[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': improve output
Holger Levsen
gitlab at salsa.debian.org
Sun Apr 5 14:20:51 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
120d4d5d by Holger Levsen at 2020-04-05T15:20:04+02:00
reproducible Debian rebuilder 'thing': improve output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debian_rebuilder_prototype.sh
Changes:
=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -118,8 +118,8 @@ done
if [ -n "$BADDEBS" ] ; then
output_echo "Unreproducible binary packages found:"
for DEB in $BADDEBS ; do
- echo "$(egrep ' [a-z0-9]{64} ' $FILE.orig|grep $DEB | awk ' { print $1 " " $3 }') from ftp.debian.org"
- echo "$(sha256sum $DEB) from the current rebuild"
+ echo " $(egrep ' [a-z0-9]{64} ' $FILE.orig|grep $DEB | awk ' { print $1 " " $3 }') from ftp.debian.org"
+ echo " $(sha256sum $DEB| sed 's# # #') from the current rebuild"
done
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/120d4d5d2b6e231d6111795a7d2fcf5ea369ac6d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/120d4d5d2b6e231d6111795a7d2fcf5ea369ac6d
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/20200405/8eb966b4/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list