From: Joerg Jaspert Date: Sat, 1 Feb 2014 20:26:53 +0000 (+0100) Subject: Fix dc-tool call. in a day or two fix it again by redirecting its spam to dev/null X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=29a3bfbeb8ddfdb4430293027e9b9121046846d0;hp=dd372146adf36fbb72f4065747f00fba210448b6;p=dak.git Fix dc-tool call. in a day or two fix it again by redirecting its spam to dev/null Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 3df31d43..cf151852 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -47,7 +47,10 @@ dak override-disparity | gzip -9 > ${webdir}/override-disparity.gz dak stats new ${webdir}/NEW-stats.yaml 2> /dev/null # Generate the contributor data -dc-tool --mine="${configdir}/contributor.source" --auth-token @"${base}/s3kr1t/contributor.auth" --post +# 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