From: Joerg Jaspert <joerg@debian.org>
Date: Fri, 25 Apr 2008 23:21:40 +0000 (+0200)
Subject: Use new NBS report for experimental in cronjob
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=64029d932b672e79b01b73cffd6cc8a6a5b8af3e;p=dak.git

Use new NBS report for experimental in cronjob
---

diff --git a/ChangeLog b/ChangeLog
index c6be882a..809cf5eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-26  Joerg Jaspert  <joerg@debian.org>
+
+	* config/debian/cron.daily: Also report NBS in experimental
+
 2008-04-25  Joerg Jaspert  <joerg@debian.org>
 
 	* dak/cruft_report.py (main): Make it possible to look at
diff --git a/config/debian/cron.daily b/config/debian/cron.daily
index 48f74687..f40b6d81 100755
--- a/config/debian/cron.daily
+++ b/config/debian/cron.daily
@@ -173,7 +173,9 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)
 # Send a report on NEW/BYHAND packages
 dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
 # and one on crufty packages
-dak cruft-report | tee $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org
+dak cruft-report > $webdir/cruft-report-daily.txt
+dak cruft-report -s experimental >> $webdir/cruft-report-daily.txt
+cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org
 
 $scriptsdir/dm-monitor >$webdir/dm-uploaders.html