]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.hourly
Encode using utf-8 and hope for the best
[dak.git] / config / debian / cron.hourly
index 6c28e21cb5247f781a851b6e86837cc17665f264..0cb5994317b7b2ea2919f800a5f26187cd4b9a76 100755 (executable)
@@ -17,7 +17,7 @@ dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir/s
 # 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
+    dak show-new > /dev/null || true
     rm -f $LOCKFILE
 fi
 
@@ -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