[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: include sha1 in output
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 20:42:08 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
81aa08a0 by Holger Levsen at 2019-02-20T20:41:58Z
reproducible Debian: include sha1 in 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
=====================================
@@ -105,6 +105,7 @@ for package in $packages ; do
if [ "$MODE" = "results" ] ; then
if [ -e ${package_file}.json ] ; then
count=$(fmt ${package_file}.json | grep -c '\.buildinfo' || true)
+ SHA1SUM_PKG="$(cat ${package_file}.sha1output | awk '{print $1}' )"
if [ "${count}" -ge 2 ]; then
echo "$(date -u) - REPRODUCIBLE: $package_file ($SHA1SUM_PKG) - reproduced $count times."
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/81aa08a06febb582d9214688c703408757b7bbce
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/81aa08a06febb582d9214688c703408757b7bbce
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/2dee83a6/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list