[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 5 commits: release.txt: set `allowcsset=True` for new testing-proposed-updates



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

4 changed files:

Changes:

  • config/debian/dak.conf
    ... ... @@ -139,12 +139,16 @@ SuiteMappings
    139 139
      "map buster oldstable";
    
    140 140
      "map buster-proposed-updates oldstable-proposed-updates";
    
    141 141
      "map buster-updates oldstable-proposed-updates";
    
    142
    + "map buster-backports-sloppy oldstable-backports-sloppy";
    
    142 143
      "map bullseye stable";
    
    143 144
      "map bullseye-proposed-updates proposed-updates";
    
    144 145
      "map bullseye-updates proposed-updates";
    
    146
    + "map bullseye-backports-sloppy stable-backports-sloppy";
    
    145 147
      "map bookworm testing";
    
    146 148
      "map bookworm-proposed-updates testing-proposed-updates";
    
    147 149
      "map bookworm-updates testing-proposed-updates";
    
    150
    + "map bookworm-backports testing-backports";
    
    151
    + "map bookworm-backports-sloppy testing-backports-sloppy";
    
    148 152
      "map sid unstable";
    
    149 153
      "map rc-buggy experimental";
    
    150 154
      "map oldoldstable oldoldstable-proposed-updates";
    

  • config/debian/dinstall.functions
    ... ... @@ -233,7 +233,7 @@ function mkfilesindices() {
    233 233
     
    
    234 234
         cd $base/ftp/indices/files/components
    
    235 235
     
    
    236
    -    ARCHLIST=$(tempfile)
    
    236
    +    ARCHLIST=$(mktemp)
    
    237 237
     
    
    238 238
         log "Querying postgres"
    
    239 239
         local query="
    

  • config/homedir/.bashrc
    ... ... @@ -44,12 +44,12 @@ if [[ -n ${SCRIPTVARS} ]]; then
    44 44
     fi
    
    45 45
     
    
    46 46
     function evim() {
    
    47
    -    export EDITOR=$(which vim)
    
    47
    +    export EDITOR=vim
    
    48 48
     }
    
    49 49
     
    
    50 50
     export PAGER=less
    
    51 51
     export LESS="-X"
    
    52
    -export EDITOR=$(which emacs)
    
    52
    +export EDITOR=emacs
    
    53 53
     export HISTFILESIZE=6000
    
    54 54
     export CDPATH=".:~:${base}:${public}:${queuedir}"
    
    55 55
     export PATH="~/bin/:${PATH}"
    

  • docs/release.txt
    ... ... @@ -306,7 +306,7 @@ dak admin suite add testing-debug '' origin=Debian label='Debian debug' codename
    306 306
     dak admin s-c add testing-debug main contrib non-free
    
    307 307
     dak admin s-a add testing-debug source all $(dak admin s-a list-arch stable)
    
    308 308
     
    
    309
    -dak admin suite add testing-proposed-updates '' origin=Debian label=Debian codename=${new_testing}-proposed-updates description='Debian x.y Testing distribution - Proposed Updates - Not Released' archive=ftp-master
    
    309
    +dak admin suite add testing-proposed-updates '' origin=Debian label=Debian codename=${new_testing}-proposed-updates description='Debian x.y Testing distribution - Proposed Updates - Not Released' allowcsset=True archive=ftp-master
    
    310 310
     dak admin s-c add testing-proposed-updates main contrib non-free
    
    311 311
     dak admin s-a add testing-proposed-updates source all $(dak admin s-a list-arch stable)
    
    312 312
     
    


  • Reply to: