[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: dont bail out

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 12:18:19 GMT 2019


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


Commits:
4790d3af by Holger Levsen at 2019-02-20T12:18:12Z
reproducible Debian: dont bail out

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
=====================================
@@ -93,7 +93,7 @@ for package in $packages ; do
 		wget --quiet -O ${package_file}.json ${bdn_url}/${checksum}
 	fi
 	date -u
-	count=$(fmt ${package_file}.json | grep '\.buildinfo' | wc -l)
+	count=$(fmt ${package_file}.json | grep -c '\.buildinfo' || true)
 	if [ "${count}" -ge 2 ]; then
 		echo "REPRODUCIBLE: $package_file: $SHA1SUM_PKG - reproduced $count times."
 	else



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/4790d3af8ea31afa37185dfef5699f702d3e92a6
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/1719fc49/attachment.html>


More information about the Qa-jenkins-scm mailing list