From: Mark Hymers Date: Fri, 1 Apr 2011 11:38:57 +0000 (+0000) Subject: Re-enable queue_rss after deleting the old pickle file X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=bc1c1ab5cbff82785ac2287ca9e1a522910aab47;p=dak.git Re-enable queue_rss after deleting the old pickle file Signed-off-by: Mark Hymers --- diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 0cb59943..06998466 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -27,7 +27,7 @@ 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/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc -l $base/log/ $base/dak/tools/removals.pl $configdir/removalsrss.rc > $webdir/rss/removals.rss