From 87db2ee3b980d39b99198f5aee19632397dd61f6 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 9 Mar 2015 18:00:06 +0100 Subject: [PATCH] cron.daily: tell dc-tool where to find CA certificates Signed-off-by: Julien Cristau --- config/debian/cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2