]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.daily
Fix dc-tool call. in a day or two fix it again by redirecting its spam to dev/null
[dak.git] / config / debian / cron.daily
index 182e103b65e4beb4a261f1997028c08f1f219ab5..cf151852ce33412f94cdb8afc9958066fdbae099 100755 (executable)
@@ -43,6 +43,15 @@ clean_debbugs
 # Generate list of override disparities
 dak override-disparity | gzip -9 > ${webdir}/override-disparity.gz
 
+# Generate stats about the new queue
+dak stats new ${webdir}/NEW-stats.yaml 2> /dev/null
+
+# Generate the contributor data
+# FIXME: In a day or three, when this worked from cron without
+# failure, redirect its output to dev/null. Alternatively until then
+# enrico added a --quiet and we use that.
+dc-tool --mine="${configdir}/contributor.source" --auth-token @"${base}/s3kr1t/contributor.auth" --source ftp.debian.org --post
+
 ${scriptsdir}/link_morgue.sh
 
 ################################################################################