From: Julien Cristau Date: Mon, 9 Mar 2015 17:00:06 +0000 (+0100) Subject: cron.daily: tell dc-tool where to find CA certificates X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=87db2ee3b980d39b99198f5aee19632397dd61f6 cron.daily: tell dc-tool where to find CA certificates Signed-off-by: Julien Cristau --- diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 85bd99e1..48360d8c 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -60,7 +60,7 @@ dak stats new ${webdir}/NEW-stats.yaml 2> /dev/null # 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 +REQUESTS_CA_BUNDLE=/etc/ssl/ca-debian/ca-certificates.crt dc-tool --mine="${configdir}/contributor.source" --auth-token @"${base}/s3kr1t/contributor.auth" --source ftp.debian.org --post ${scriptsdir}/link_morgue.sh