X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=ccfbe38c25c656527bb0a9d4306f578ab4cf6df0;hb=a230888892aa3638bd2f51446a788659c182c2eb;hp=0c06b74f3c3196ad92d134b88c9788c53a07427c;hpb=92fb7527358023a9646dca310b15c19814e23032;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 0c06b74f..ccfbe38c 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -12,7 +12,13 @@ dak import-users-from-passwd dak queue-report -n > $webdir/new.html dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates dak show-deferred > ${webdir}/deferred.html -dak show-new > /dev/null + +# 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 @@ -21,6 +27,6 @@ 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