X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=3446182e794d28a89d30853f2635aee20c803322;hb=b43634b6faf221ee10fc63116baead379f68f92f;hp=1dcc2abb5bb1159e0ee5af633bac126a384fe6d3;hpb=6411bdb24f02bb6ab902502ae4b0c78bf7dc9034;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 1dcc2abb..3446182e 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -10,15 +10,24 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars dak import-users-from-passwd dak queue-report -n > $webdir/new.html -dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates +dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir dak show-deferred > ${webdir}/deferred.html -dak show-new > /dev/null +dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir -i $webdir -x $configdir/rrd-release-freeze-dates + +# do not run show-new and other stuff in parallel +LOCKFILE="$lockdir/unchecked.lock" +if lockfile -r16 $LOCKFILE 2> /dev/null; then + dak show-new > /dev/null + rm -f $LOCKFILE +fi 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 +$base/dak/tools/removals.pl $configdir/removalsrss.rc > $webdir/rss/removals.rss $scriptsdir/generate-di