diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-21 19:54:44 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 19:54:44 +0000 |
commit | ca6b38bddb8e9881840ef60e4125f9e0b71b9d28 (patch) | |
tree | b163905dbfffe197bccb9011fe5ebcba28f4f2f2 /bin | |
parent | 9631c81169646ca4369c052fa02ffe02794175be (diff) | |
download | jenkins.debian.net-ca6b38bddb8e9881840ef60e4125f9e0b71b9d28.tar.xz |
reproducible Arch Linux: be more verbose if a build is reproducible
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 1a65cd15..b5936907 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 |