X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=fa565c4e7e45adc3b8c93508d27472dc220b0f56;hb=e627bb90af0d9c396b94c78708ef9a86ddf8b770;hp=f559026ca597fb93449ce0de70f5ccb84fe52240;hpb=3c410a099b46b7197b4e9d93b8be8157b994b088;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index f559026c..fa565c4e 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,proposedupdates,oldproposedupdates -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,stable-new,oldstable-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