X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=79fafd45cc7699998cff15db492b35c1d0b3670c;hb=be83a167b00a5bc56a91c57f30875d52179e188c;hp=71e68084a53000496dbbd2367d6a2f42217f5f9f;hpb=1c59f6a5ef9161e54876ca3f73249719991864ab;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 71e68084..79fafd45 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -7,13 +7,13 @@ set -u export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars . $SCRIPTVARS -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 +# 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 +dak show-new > /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 $scriptsdir/generate-di