X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=9dd1450473a24d674db70207cc722419097e435a;hb=2eab0bd6bdd98ef816f78b74f85ca9fe5792804c;hp=34d1b59e144eba9cdc2e261d623f593d877751b7;hpb=4ab78a631f9c8594c4dc6671980acfc287b27265;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 34d1b59e..9dd14504 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -10,9 +10,10 @@ export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars 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 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 $base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc