[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: improve output
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 01:39:21 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
97f86856 by Holger Levsen at 2019-02-20T01:39:09Z
reproducible Debian: improve output
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
=====================================
@@ -88,7 +88,7 @@ for package in $packages ; do
else
SHA1SUM_OUTPUT="$(cat ${package_file}.sha1output)"
fi
- SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}')"
+ SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}') 2>/dev/null"
echo "$SHA1SUM_OUTPUT" | while read checksum package_file ; do
if [ ! -e ${package_file}.json ]; then
wget --quiet -O ${package_file}.json ${bdn_url}/${checksum}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/97f86856e4f68c9e9a5f8562e2ab3b6e010cc493
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/97f86856e4f68c9e9a5f8562e2ab3b6e010cc493
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/261d3c21/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list