From 877a2a6176ca8dc005f6fa3247a50f988dc97fa4 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 25 Dec 2015 23:37:25 +0100 Subject: [PATCH] notify about errors, dont stop script --- 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 f57f6a8d..e55322ff 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. -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 +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 || echo "Error submitting contributor data" ${scriptsdir}/link_morgue.sh -- 2.39.2