X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcommon;h=62ec9a1ed8f47d08dd3959b9f56a50b0fb482359;hb=c10e027383c48f1be6e431de2f316d70c2ca2292;hp=21e0d48350c4b36179717cd61fa21783b68a4b82;hpb=c7c3004d7fb00f8d419178ea982d30ab2c61b681;p=dak.git diff --git a/config/debian/common b/config/debian/common index 21e0d483..62ec9a1e 100755 --- a/config/debian/common +++ b/config/debian/common @@ -106,7 +106,7 @@ function make_buildd_dir () { # Tell the mirrors that we've updated log "Pushing static for incoming.d.o" - chronic /usr/local/bin/static-update-component incoming.debian.org + chronic /usr/local/bin/static-update-component incoming.debian.org < /dev/null } # Process (oldstable)-proposed-updates "NEW" queue @@ -223,8 +223,10 @@ function reports() { dak queue-report -d backports-new,backports-policy | mail -a "X-Debian: DAK" -e -s "NEW and POLICY on $(date +%D)" -a "From: Debian FTP Masters " backports-team@debian.org # and one on crufty packages log "Sending information about crufty packages" - dak cruft-report -R > $webdir/cruft-report-daily.txt - dak cruft-report -R -s experimental >> $webdir/cruft-report-daily.txt + dak cruft-report -R > $webdir/cruft-report-daily.txt.new + dak cruft-report -R -s experimental >> $webdir/cruft-report-daily.txt.new + echo "Page generated on $(date -u)" >> $webdir/cruft-report-daily.txt.new + mv $webdir/cruft-report-daily.txt.new $webdir/cruft-report-daily.txt mail -a "X-Debian: DAK" -e -s "Debian archive cruft report for $(date +%D)" -a "From: Debian FTP Masters " ftpmaster@ftp-master.debian.org < $webdir/cruft-report-daily.txt }