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

[Git][ftp-team/dak][master] 2 commits: backports-conf: throw away binaries after NEW



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

  • 875cfc2b
    by Jochen Sprickerhof at 2025-11-16T21:33:17+00:00
    backports-conf: throw away binaries after NEW
    
    Same as b717942d.
    
  • bffbeeed
    by Joerg Jaspert at 2025-11-16T21:49:56+00:00
    Merge branch 'drop_backports_new' into 'master'
    
    backports-conf: throw away binaries after NEW
    
    See merge request ftp-team/dak!295

1 changed file:

Changes:

  • config/debian/dak.conf-backports
    1 1
     Dinstall {
    
    2 2
       MyAdminAddress "debian-backports@lists.debian.org";
    
    3
    +  ThrowAwayNewBinarySuites {
    
    4
    +    "oldstable-backports";
    
    5
    +    "oldstable-backports-sloppy";
    
    6
    +    "stable-backports";
    
    7
    +    "stable-backports-sloppy";
    
    8
    +    "testing-backports";
    
    9
    +  };
    
    10
    +  ThrowAwayNewBinaryComponents {
    
    11
    +    "main";
    
    12
    +  };
    
    13
    +  AllowSourceOnlyNewSources {
    
    14
    +    "linux";
    
    15
    +  };
    
    3 16
     };
    
    4 17
     
    
    5 18
     Dir {
    


  • Reply to: