X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=3a45b45649469ce5bd1f73d42a856dca71e40bb0;hb=9b94dc132bf9372302fcc698b4df4b7bfcef5bcf;hp=3e8aefbfeaa2a4940396b72ccbc4326d4d70162c;hpb=bfaf43c6e315b0b0d4c852682a65d357e47b7ab8;p=dak.git diff --git a/config/debian/common b/config/debian/common index 3e8aefbf..3a45b456 100644 --- a/config/debian/common +++ b/config/debian/common @@ -50,7 +50,7 @@ function make_buildd_dir () { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { date -u -R >> REPORT - dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f + dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org echo >> REPORT }