X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=24955023e4add65bb5da426ca25b5ec85f0ef633;hb=3207ba4abb77abdbfa65a59a53126f449fda2e67;hp=3ff3f7d53370b5b92c17e6a7e05f75ebf18b22f7;hpb=d6c675a02c32f25a25748834c8e80a3577ec9f25;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 3ff3f7d5..24955023 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -11,9 +11,10 @@ date -u > $ftpdir/project/trace/ftp-master.debian.org 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 -8 > $webdir/new.html +#dak queue-report -n > $webdir/new.html +#dak queue-report -8 -d accepted,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