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

[Git][ftp-team/dak][master] 2 commits: .gitlab-ci.yml: use parallel=3 for python2/buster



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -6,7 +6,7 @@
    6 6
     test buster:
    
    7 7
       <<: *template
    
    8 8
       image: debian:buster
    
    9
    -  parallel: 2
    
    9
    +  parallel: 3
    
    10 10
       script: debian/run-ci --with-coverage
    
    11 11
       artifacts:
    
    12 12
         expire_in: 1 day
    

  • docs/release.txt
    ... ... @@ -310,13 +310,13 @@ dak admin v-c add experimental MustBeNewerThan testing
    310 310
     # copy d-i to new testing (so same d-i in stable, testing, unstable)
    
    311 311
     
    
    312 312
     # backports
    
    313
    -dak admin suite add ${new_oldstable}-backports-sloppy '' origin="Debian Backports" label='Debian Backports' codename=${new_oldstable}-backports-sloppy description='Debian 9 - Sloppy Backports' archive=ftp-master
    
    314
    -dak admin suite add ${new_oldstable}-backports-sloppy-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_oldstable}-backports-sloppy-debug description='Debian 9 - Sloppy Backports - Debug Information' archive=debian-debug
    
    313
    +dak admin suite add oldstable-backports-sloppy '' origin="Debian Backports" label='Debian Backports' codename=${new_oldstable}-backports-sloppy description='Debian 9 - Sloppy Backports' archive=ftp-master
    
    314
    +dak admin suite add oldstable-backports-sloppy-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_oldstable}-backports-sloppy-debug description='Debian 9 - Sloppy Backports - Debug Information' archive=debian-debug
    
    315 315
     
    
    316
    -dak admin suite add ${new_stable}-backports-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_stable}-debug description='Debian 10 - Backports - Debug Information' archive=debian-debug
    
    316
    +dak admin suite add stable-backports-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_stable}-debug description='Debian 10 - Backports - Debug Information' archive=debian-debug
    
    317 317
     
    
    318
    -dak admin suite add ${new_testing}-backports '' origin="Debian Backports" label='Debian Backports' codename=${new_testing}-backports description='Debian X.Y - Backports' archive=ftp-master
    
    319
    -dak admin suite add ${new_testing}-backports-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_testing}-backports-debug description='Debian X.Y - Backports - Debug Information' archive=debian-debug
    
    318
    +dak admin suite add testing-backports '' origin="Debian Backports" label='Debian Backports' codename=${new_testing}-backports description='Debian X.Y - Backports' archive=ftp-master
    
    319
    +dak admin suite add testing-backports-debug '' origin="Debian Backports" label='Debian Backports debug' codename=${new_testing}-backports-debug description='Debian X.Y - Backports - Debug Information' archive=debian-debug
    
    320 320
     
    
    321 321
     configure-backports-suite() {
    
    322 322
       local suite=${1:?}
    
    ... ... @@ -326,13 +326,13 @@ configure-backports-suite() {
    326 326
       dak admin suite-config set ${suite} notautomatic=true butautomaticupgrades=true accept_source_uploads=false accept_binary_uploads=false close_bugs=false
    
    327 327
     }
    
    328 328
     
    
    329
    -for suite in ${new_oldstable}-backports-sloppy ${new_oldstable}-backports-sloppy-debug; do
    
    329
    +for suite in oldstable-backports-sloppy oldstable-backports-sloppy-debug; do
    
    330 330
       configure-backports-suite ${suite} ${new_oldstable}
    
    331 331
     done
    
    332
    -for suite in ${new_stable}-backports-debug; do
    
    332
    +for suite in stable-backports-debug; do
    
    333 333
       configure-backports-suite ${suite} ${new_stable}
    
    334 334
     done
    
    335
    -for suite in ${new_testing}-backports ${new_testing}-backports-debug; do
    
    335
    +for suite in testing-backports testing-backports-debug; do
    
    336 336
       configure-backports-suite ${suite} ${new_testing}
    
    337 337
     done
    
    338 338
     
    


  • Reply to: