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

[Git][ftp-team/dak][master] 2 commits: conf: throw away binaries after NEW review in unstable/main



Title: GitLab

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

Commits:

  • b717942d
    by Paul Gevers at 2025-08-10T10:50:02+00:00
    conf: throw away binaries after NEW review in unstable/main
    
  • 9754ce69
    by Joerg Jaspert at 2025-08-10T11:23:20+00:00
    Merge branch 'throw-away-NEW-binaries-config' into 'master'
    
    conf: throw away binaries after NEW review in unstable/main
    
    See merge request ftp-team/dak!290

1 changed file:

Changes:

  • config/debian/dak.conf
    1
    +
    
    1 2
     Dinstall
    
    2 3
     {
    
    3 4
        SigningHomedir "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg";
    
    ... ... @@ -22,6 +23,15 @@ Dinstall
    22 23
        ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
    
    23 24
        Tag2UploadHelper "/srv/ftp-master.debian.org/dak/scripts/debian/wrap-tag2upload-verify";
    
    24 25
        AllowSourceOnlyUploads true;
    
    26
    +   ThrowAwayNewBinarySuites {
    
    27
    +     "unstable";
    
    28
    +   };
    
    29
    +   ThrowAwayNewBinaryComponents {
    
    30
    +     "main";
    
    31
    +   };
    
    32
    +   AllowSourceOnlyNewSources {
    
    33
    +     "linux";
    
    34
    +   };
    
    25 35
        // if you setup an own dak repository and want to upload Debian packages you most possibly want
    
    26 36
        // to set the following option to a real path/filename and then enter those mail addresses that
    
    27 37
        // you want to be able to receive mails generated by your dak installation. This avoids spamming
    


  • Reply to: