[Reproducible-commits] [misc] 01/01: just fail if reproducible.db cannot be downloaded

Holger Levsen holger at layer-acht.org
Mon May 16 16:36:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository misc.

commit ed3f5eec1e0314f568b16a8c654bbf577979bbf6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 16 18:35:43 2016 +0200

    just fail if reproducible.db cannot be downloaded
---
 reports/bin/get-latest-data | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/reports/bin/get-latest-data b/reports/bin/get-latest-data
index 263cfad..76719c7 100755
--- a/reports/bin/get-latest-data
+++ b/reports/bin/get-latest-data
@@ -35,10 +35,9 @@ export RB_REPORT_WEEK_START=$week_start
 export RB_REPORT_WEEK_END=$week_end
 eof
 
-echo -n >&2 "- reproducible.db (>350MB)"
+echo >&2 "- reproducible.db (>350MB)"
 url=https://reproducible.debian.net/reproducible.db
-$TORSOCKS wget -q -N $url || ( echo $url >> $failed_urls ; echo -n " failed.")
-echo
+$TORSOCKS wget -q -N $url
 
 echo >&2 "- changelogs of newly-reproducible packages"
 mkdir -p changelogs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list