X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=1dcc2abb5bb1159e0ee5af633bac126a384fe6d3;hb=6de9dda69133cf474a9db71bc1bf9d1e4dfe04b5;hp=79fafd45cc7699998cff15db492b35c1d0b3670c;hpb=4fbe76ca4e30a4515d2111a27d3067259f890355;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 79fafd45..1dcc2abb 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -4,16 +4,21 @@ set -e set -u -export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars + +export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars . $SCRIPTVARS 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 dak show-new > /dev/null -$base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc + +cd $webdir +cat removals-20*.txt > removals-full.txt +cat removals.txt >> removals-full.txt + +$base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc -l $base/log/ $base/dak/tools/removals.pl > $webdir/rss/removals.rss $scriptsdir/generate-di