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

[Git][ftp-team/dak][master] 2 commits: config/debian-security: process NEW automatically



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • config/debian-security/unchecked.functions
    ... ... @@ -27,7 +27,7 @@ function process_policy_security() {
    27 27
         local report=$queuedir/REPORT
    
    28 28
         local timestamp=$(date "+%Y-%m-%d %H:%M")
    
    29 29
         echo "$timestamp: processing ${queue}" >> ${report}
    
    30
    -    dak process-policy ${queue} | mail -a "X-Debian: DAK" -e -s "Automatically accepted from ${queue}" -a "From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>" team@security.debian.org
    
    30
    +    dak process-policy ${queue} | tee -a ${report} | mail -a "X-Debian: DAK" -e -s "Automatically accepted from ${queue}" -a "From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>" team@security.debian.org
    
    31 31
     }
    
    32 32
     
    
    33 33
     function do_dinstall() {
    

  • config/debian-security/unchecked.tasks
    ... ... @@ -4,6 +4,7 @@ LOCK UNCHECKED 600
    4 4
     pg_timestamp                   preunchecked                      none                       true      false
    
    5 5
     fetchqueuedpackages            rsync-from-security-upload-master fetchqueuedpackages        false     false
    
    6 6
     do_unchecked                   none                              unchecked                  false     false
    
    7
    +process_policy_security        new                               none                       false     false
    
    7 8
     process_policy_security        embargoed                         none                       false     false
    
    8 9
     process_policy_security        unembargoed                       none                       false     false
    
    9 10
     export_policy                  embargoed                         none                       false     false
    


  • Reply to: