From: Ansgar Burchardt Date: Sun, 12 Aug 2012 10:17:35 +0000 (+0200) Subject: config/debian/common: also process BYHAND X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=e7a1a1492405afbbc7c9a4c30e4061727f3c7ffb config/debian/common: also process BYHAND --- diff --git a/config/debian/common b/config/debian/common index 18ca14bf..a785db58 100644 --- a/config/debian/common +++ b/config/debian/common @@ -126,7 +126,7 @@ function do_new () { if [ "${PROGRAM}" = "dinstall" ]; then log "Doing NEW processing" fi - dak process-policy new | mail -a "X-Debian: DAK" -e -s "NEW processing" ftpmaster@ftp-master.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org + (dak process-policy new; dak process-policy byhand) | mail -a "X-Debian: DAK" -e -s "NEW and BYHAND processing" ftpmaster@ftp-master.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org dak clean-suites -a new }