X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=382dd1a9c85926d750ff2dc905dc5287803691e4;hb=1faa56010afa2f91f1c9ccb0a49789d3d3b811c7;hp=9f2266d8f1cdb6f3174379b73637b3653df22ac8;hpb=09a1a20566dcf84ca229b4339bd8f8080eb59afd;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 9f2266d8..382dd1a9 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -9,9 +9,16 @@ set -u export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars . $SCRIPTVARS +PROGRAM="Hourly" +######################################################################## +# Functions # +######################################################################## +# common functions are "outsourced" +. "${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 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