[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: don't bail out if a .json file download fails

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 13:37:14 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
e49ad391 by Holger Levsen at 2019-02-20T13:37:06Z
reproducible Debian: don't bail out if a .json file download fails

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_compare_Debian_sha1sums.sh


Changes:

=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -90,7 +90,7 @@ for package in $packages ; do
 	fi
 	echo "$(date -u) - downloading .json from buildinfo.debian.net"
 	if [ ! -e ${package_file}.json ]; then
-		wget --quiet -O ${package_file}.json ${bdn_url}/${SHA1SUM_PKG}
+		wget --quiet -O ${package_file}.json ${bdn_url}/${SHA1SUM_PKG} || echo "WARNING: failed to download ${bdn_url}/${SHA1SUM_PKG}"
 	fi
 	echo "$(date -u) - generating result"
 	count=$(fmt ${package_file}.json | grep -c '\.buildinfo' || true)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e49ad391f231b8402cab619b633cff62b1046de0

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e49ad391f231b8402cab619b633cff62b1046de0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190220/18026131/attachment.html>


More information about the Qa-jenkins-scm mailing list