X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=9dd1450473a24d674db70207cc722419097e435a;hb=0c4a701713c3cc1477d1a40e32f8a74aed66b022;hp=24955023e4add65bb5da426ca25b5ec85f0ef633;hpb=f78863f22e66a3731412a433ea5670aabaf7624a;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 24955023..9dd14504 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -11,8 +11,9 @@ 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 > $webdir/new.html -#dak queue-report -8 -d accepted,new,byhand,proposedupdates,oldproposedupdates +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 $base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc