]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.hourly
removals, crontab
[dak.git] / config / debian / cron.hourly
index 4dab8d88e00c50379d851995fb3566e7e3b22a01..334523748aad60bf849ecad139d9043eb36b72c8 100755 (executable)
@@ -4,15 +4,20 @@
 
 set -e
 set -u
+
 export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 
 dak import-users-from-passwd
 dak queue-report -n > $webdir/new.html
-# We used to have accepted in here, but it doesn't exist in that form any more
 dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates
 dak show-deferred > ${webdir}/deferred.html
 dak show-new > /dev/null
+
+cd $webdir
+cat removals-20*.txt > removals-full.txt
+cat removals.txt >> removals-full.txt
+
 $base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc -l $base/log/
 $base/dak/tools/removals.pl > $webdir/rss/removals.rss