[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: improve output
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 00:00:17 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0992d909 by Holger Levsen at 2019-02-20T00:00:08Z
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
=====================================
@@ -51,11 +51,10 @@ for package in $packages ; do
fi
count=$(fmt ${package_file}.json | grep '\.buildinfo' | wc -l)
if [ "${count}" -ge 2 ]; then
- echo "REPRODUCIBLE: $package_file $count ($SHA1SUM_PKG)"
+ echo "REPRODUCIBLE: $package_file: $SHA1SUM_PKG - reproduced $count times."
else
- echo "UNREPRODUCIBLE: $package_file $count ($SHA1SUM_PKG on ftp.debian.org)"
+ echo "UNREPRODUCIBLE: $package_file: $SHA1SUM_PKG on ftp.debian.org, but nowhere else."
fi
- echo
done
done | tee $log
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/0992d9099fcade03add14e9a2a2c46fc8ab54b24
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/0992d9099fcade03add14e9a2a2c46fc8ab54b24
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/a2fb8cd4/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list