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

[Git][ftp-team/dak][master] config: fix configuration of external signature upload key



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • config/debian/dak.conf
    ... ... @@ -22,7 +22,6 @@ Dinstall
    22 22
        LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
    
    23 23
        ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
    
    24 24
        AllowSourceOnlyUploads true;
    
    25
    -   AllowSourceOnlyNewKeys { "F275CBDDEE2EDD382EE95A7AAA06688AEF8AF8D5"; };
    
    26 25
        // if you setup an own dak repository and want to upload Debian packages you most possibly want
    
    27 26
        // to set the following option to a real path/filename and then enter those mail addresses that
    
    28 27
        // you want to be able to receive mails generated by your dak installation. This avoids spamming
    

  • config/debian/external-signatures.conf
    ... ... @@ -55,6 +55,6 @@ External-Signature-Requests {
    55 55
       };
    
    56 56
     };
    
    57 57
     
    
    58
    -Dinstall::Dinstall::AllowSourceOnlyNewKeys {
    
    58
    +Dinstall::AllowSourceOnlyNewKeys {
    
    59 59
       "F275CBDDEE2EDD382EE95A7AAA06688AEF8AF8D5";
    
    60 60
     };
    \ No newline at end of file


  • Reply to: