X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=80c912f854873ce59b3b413e9f814881f2726008;hb=80bba6668e1b33f5e6c43f560d0caa4ffc18ba90;hp=44339a35bd3891b12115c3aa41c7d32133a444ff;hpb=723c3eee24edcfd954b61fd98649a783094e7b5e;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 44339a35..80c912f8 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -9,6 +9,7 @@ set -u export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars . $SCRIPTVARS +PROGRAM="Hourly" ######################################################################## # Functions # ######################################################################## @@ -16,10 +17,6 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars . "${configdir}/common" dak import-users-from-passwd -dak queue-report -n > $webdir/new.html -dak queue-report -8 -d new,byhand,stable-new,oldstable-new -r $webdir/stat -dak show-deferred -r $webdir/stat > ${webdir}/deferred.html -dak graph -n new,byhand,p-u-new,o-p-u-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates # do not run show-new and other stuff in parallel LOCKFILE="$lockdir/unchecked.lock" @@ -29,6 +26,11 @@ if lockfile -r16 $LOCKFILE 2> /dev/null; then rm -f $LOCKFILE fi +dak queue-report -n > $webdir/new.html +dak queue-report -8 -d new,byhand,stable-new,oldstable-new -r $webdir/stat +dak show-deferred -r $webdir/stat > ${webdir}/deferred.html +dak graph -n new,byhand,p-u-new,o-p-u-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates + cd $webdir cat removals-20*.txt > removals-full.txt cat removals.txt >> removals-full.txt