X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcommon;h=dd9876a7025236f11ec173378f881a98459f5ac8;hb=c3ccc96d356078d0ef10ebe11c4f16ac976d2526;hp=050f506a65753c625b4165ed8ec8bbe5cc4d9cff;hpb=6313f93da4809aef9a97fd52dbce405b0a7c733d;p=dak.git diff --git a/config/backports/common b/config/backports/common index 050f506a..dd9876a7 100644 --- a/config/backports/common +++ b/config/backports/common @@ -97,8 +97,8 @@ function reports() { dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" team@backports.debian.org # and one on crufty packages log "Sending information about crufty packages" - dak cruft-report > $webdir/cruft-report-daily.txt -# dak cruft-report -s experimental >> $webdir/cruft-report-daily.txt + dak cruft-report -R > $webdir/cruft-report-daily.txt +# dak cruft-report -R -s experimental >> $webdir/cruft-report-daily.txt cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" team@backports.debian.org }