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

[Git][ftp-team/dak][deploy] 3 commits: backports-conf: move ThrowAwayNewBinarySuites to dak.conf



Title: GitLab

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

Commits:

  • 64bbc562
    by Jochen Sprickerhof at 2025-11-25T16:46:04+01:00
    backports-conf: move ThrowAwayNewBinarySuites to dak.conf
    
    875cfc2b did not work so I assume that the dak.conf-backports is not
    read during processing.
    
  • 50e89fb2
    by Joerg Jaspert at 2025-11-28T21:57:19+00:00
    Merge branch 'drop_backports_new' into 'master'
    
    backports-conf: move ThrowAwayNewBinarySuites to dak.conf
    
    See merge request ftp-team/dak!300
  • ca77c4bc
    by Joerg Jaspert at 2025-11-28T22:58:38+01:00
    Merge branch 'master' into deploy
    
    * master:
      backports-conf: move ThrowAwayNewBinarySuites to dak.conf
    

2 changed files:

Changes:

  • config/debian/dak.conf
    ... ... @@ -24,6 +24,11 @@ Dinstall
    24 24
        Tag2UploadHelper "/srv/ftp-master.debian.org/dak/scripts/debian/wrap-tag2upload-verify";
    
    25 25
        AllowSourceOnlyUploads true;
    
    26 26
        ThrowAwayNewBinarySuites {
    
    27
    +     "oldstable-backports";
    
    28
    +     "oldstable-backports-sloppy";
    
    29
    +     "stable-backports";
    
    30
    +     "stable-backports-sloppy";
    
    31
    +     "testing-backports";
    
    27 32
          "unstable";
    
    28 33
        };
    
    29 34
        ThrowAwayNewBinaryComponents {
    

  • 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
    -  };
    
    16 3
     };
    
    17 4
     
    
    18 5
     Dir {
    


  • Reply to: