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

[Git][ftp-team/dak][deploy] 2 commits: fix: add dummy value so SuiteSuffixSuites is not empty



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

  • 916eb43b
    by Ansgar at 2025-08-09T21:55:28+02:00
    fix: add dummy value so SuiteSuffixSuites is not empty
    
  • 66019ca1
    by Ansgar at 2025-08-09T21:55:36+02:00
    Merge branch 'master' into deploy
    

1 changed file:

Changes:

  • config/debian-security/dak.conf
    ... ... @@ -20,6 +20,7 @@ Dinstall
    20 20
        SuiteSuffix "updates/";
    
    21 21
        SuiteSuffixSuites {
    
    22 22
          // TODO: No longer anything left. Support can be removed from dak.
    
    23
    +     "dummy-value-so-this-is-not-an-empty-list";
    
    23 24
        };
    
    24 25
        UploadMailRecipients {
    
    25 26
          "mail:dak@security.debian.org";
    


  • Reply to: