[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible alpine: enable debug mode
Holger Levsen
gitlab at salsa.debian.org
Fri Jun 7 17:00:17 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e3f539a4 by kpcyrd at 2019-06-07T15:59:58Z
reproducible alpine: enable debug mode
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3ded1857 by kpcyrd at 2019-06-07T16:00:04Z
reproducible alpine: fix alpine suffix
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_build_alpine_pkg.sh
Changes:
=====================================
bin/reproducible_build_alpine_pkg.sh
=====================================
@@ -4,7 +4,7 @@
# 2017-2019 kpcyrd <git at rxv.cc>
# released under the GPLv=2
-DEBUG=false
+DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -385,7 +385,7 @@ remote_build 1 ${NODE1}
if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.apk 2>/dev/null|| true)" ] ; then
remote_build 2 ${NODE2}
cd $TMPDIR/b1/$SRCPACKAGE
- for ARTIFACT in *.pkg.tar.xz ; do
+ for ARTIFACT in *.apk ; do
[ -f $ARTIFACT ] || continue
echo "$(date -u) - comparing results now."
if diff -q $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/6f5b99c139610edfefe6920c6f3a0f0c705645e1...3ded185778a574c3c670b6d599d46c407154d6e8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/6f5b99c139610edfefe6920c6f3a0f0c705645e1...3ded185778a574c3c670b6d599d46c407154d6e8
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/20190607/b83acd12/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list