From cd20297330031be71dda0e9c4b7ca6e39df954c9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 15 Aug 2012 21:28:59 +0200 Subject: [PATCH] process-new: examine binary packages with new overrides only Signed-off-by: Luca Falavigna Signed-off-by: Joerg Jaspert --- config/debian/cron.hourly | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 382dd1a9..80c912f8 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -17,10 +17,6 @@ PROGRAM="Hourly" . "${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" @@ -30,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 -- 2.39.2