X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=9dd1450473a24d674db70207cc722419097e435a;hb=7a10b5ede63f4f0138de4829cfa23994c8219956;hp=18bca24486131f8594e4e1d683b003b5327e5c7c;hpb=be23f99a52455cab4bf791c137463c8fdc4ae5c5;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 18bca244..9dd14504 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -12,8 +12,10 @@ echo "Using dak v1" >> $ftpdir/project/trace/ftp-master.debian.org echo "Running on host: $(hostname -f)" >> $ftpdir/project/trace/ftp-master.debian.org 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 -cd $queuedir/new ; dak show-new *.changes > /dev/null +#cd $queuedir/new ; dak show-new *.changes > /dev/null $base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc $base/dak/tools/removals.pl > $webdir/rss/removals.rss