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

[Git][ftp-team/dak][deploy] 5 commits: release.txt: remember to push to incoming.d.o



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

  • cfcf15a2
    by Ansgar at 2023-06-10T23:58:44+02:00
    release.txt: remember to push to incoming.d.o
    
  • 5b1a0d08
    by Ansgar at 2023-06-11T09:25:16+02:00
    release.txt: record problems with -debug and buildd- dists directories
    
  • 78843e8c
    by Ansgar at 2023-06-11T09:26:31+02:00
    release.txt: record problems with some debug suites missing Packages/Sources indices
    
  • 5b95e128
    by Ansgar at 2023-06-11T11:05:43+02:00
    dominate: fix debug suite names
    
  • 5f279cef
    by Ansgar at 2023-06-11T11:06:14+02:00
    Merge branch 'master' into deploy
    

2 changed files:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -130,7 +130,7 @@ function cruft() {
    130 130
     function dominate() {
    
    131 131
         log "Removing obsolete source and binary associations"
    
    132 132
         dak dominate
    
    133
    -    dak manage-debug-suites unstable-debug experimental-debug stretch-backports-debug buster-backports-debug buster-backports-sloppy-debug bullseye-backports-debug bullseye-backports-sloppy-debug bookworm-backports-debug stable-backports-sloppy testing-backports testing-proposed-updates-debug
    
    133
    +    dak manage-debug-suites unstable-debug experimental-debug stretch-backports-debug buster-backports-debug buster-backports-sloppy-debug bullseye-backports-debug bullseye-backports-sloppy-debug bookworm-backports-debug stable-backports-sloppy-debug testing-backports-debug testing-proposed-updates-debug
    
    134 134
     }
    
    135 135
     
    
    136 136
     function autocruft() {
    

  • docs/release.txt
    ... ... @@ -497,9 +497,19 @@ done
    497 497
     dak generate-releases -a ftp-master
    
    498 498
     dak generate-packages-sources2 -s testing-debug
    
    499 499
     dak generate-releases -s testing-debug
    
    500
    +# ${new_testing}-backports-debug and others might be missing!
    
    500 501
     dak generate-packages-sources2 -a build-queues
    
    501 502
     dak generate-releases -a build-queues
    
    502 503
     
    
    504
    +# after the bookworm release some symlinks/directories in
    
    505
    +#   - debian-buildd/dists/
    
    506
    +#   - debian-debug/dists/
    
    507
    +# were incorrect, e.g., testing-debug and buildd-testing-backports
    
    508
    +# were directories and not symlinks to ${codename}-debug, buildd-${codename}-backports
    
    509
    +# and the latter directories did not exist.
    
    510
    +# make sure this is correct.
    
    511
    +
    
    512
    +# do not forget to push incoming.d.o as well
    
    503 513
     
    
    504 514
     ########################################################################
    
    505 515
     # On security-master:
    


  • Reply to: