X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=0c06b74f3c3196ad92d134b88c9788c53a07427c;hb=0872b2e0b78670c91fd2bf0bda52e5761e079820;hp=375cd5ada83edb93f79eb02fe9fe00b789fb238a;hpb=e7de16356672279508b4cd6259ff5fcee7900141;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 375cd5ad..0c06b74f 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -1,13 +1,26 @@ #! /bin/sh # -# Executed hourly via cron, out of troup's crontab. +# Executed hourly via cron, out of dak's crontab. 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 -date -u > $ftpdir/project/trace/ftp-master.debian.org dak import-users-from-passwd dak queue-report -n > $webdir/new.html +dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates +dak show-deferred > ${webdir}/deferred.html dak show-new > /dev/null + +cd $webdir +cat removals-20*.txt > removals-full.txt +cat removals.txt >> removals-full.txt +cat removals-20*.822 > removals-full.822 +cat removals.822 >> removals-full.822 + +$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