From: Joerg Jaspert <joerg@debian.org>
Date: Sat, 19 Feb 2011 21:06:47 +0000 (+0100)
Subject: output rrd/images into /stat. but keep it disabled right now
X-Git-Tag: debian-r/squeeze~348
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a4b0d630a36316be2730b7dda1e5d41e991fe7a0;p=dak.git

output rrd/images into /stat. but keep it disabled right now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly
index d24cb182..9e11872c 100755
--- a/config/debian/cron.hourly
+++ b/config/debian/cron.hourly
@@ -12,7 +12,7 @@ dak import-users-from-passwd
 dak queue-report -n > $webdir/new.html
 dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir
 dak show-deferred > ${webdir}/deferred.html
-dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir -i $webdir -x $scriptsdir/rrd-release-freeze-dates
+#dak graph -n new,byhand,proposedupdates,oldproposedupdates,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"