[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 f57f6a8..e55322f 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.1.4


Reply to: