[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Arch Linux: be more verbose if a build is reproducible
Holger Levsen
holger at layer-acht.org
Tue Nov 21 19:54:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ca6b38bddb8e9881840ef60e4125f9e0b71b9d28
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Nov 21 19:54:44 2017 +0000
reproducible Arch Linux: be more verbose if a build is reproducible
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_archlinux_pkg.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 1a65cd1..b593690 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -335,6 +335,7 @@ if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz 2>/dev/null|| true)" ] ; the
[ -f $ARTIFACT ] || continue
call_diffoscope $SRCPACKAGE $ARTIFACT
if diff -q $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ; then
+ echo "YAY - $SRCPACKAGE/$ARTIFACT build reproducible in our test framework!"
echo "$SRCPACKAGE/$ARTIFACT build reproducible in our test framework:" > $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT.html
(cd $TMPDIR/b1/ ; sha256sum $SRCPACKAGE/$ARTIFACT >> $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT.html )
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list