[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: extract .BUILDINFO file after package build

Holger Levsen holger at layer-acht.org
Wed Nov 22 12:55:32 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 55d32876ec76887dbb50c80f7fe3f8749e1dca67
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 22 12:55:15 2017 +0000

    reproducible Arch Linux: extract .BUILDINFO file after package build
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 8ba705c..05d743f 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -348,9 +348,14 @@ if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz 2>/dev/null|| true)" ] ; the
 		if diff -q $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ; then
 			echo "$(date -u) - YAY - $SRCPACKAGE/$ARTIFACT build reproducible in our test framework!"
 			mkdir -p $BASE/archlinux/$REPOSITORY/$SRCPACKAGE
+			tar xJvf $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT .BUILDINFO && mv .BUILDINFO $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT-b1.BUILDINFO
+			tar xJvf $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT .BUILDINFO && mv .BUILDINFO $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT-b2.BUILDINFO
 			(
 				echo "<html><body><p>$SRCPACKAGE/$ARTIFACT build reproducible in our test framework:<br />"
 				(cd $TMPDIR/b1/ ; sha256sum $SRCPACKAGE/$ARTIFACT)
+				echo "<br />"
+				echo "<a href=\"$ARTIFACT-b1.BUILDINFO\">$ARTIFACT-b1.BUILDINFO</a><br />"
+				echo "<a href=\"$ARTIFACT-b2.BUILDINFO\">$ARTIFACT-b2.BUILDINFO</a><br />"
 				echo "</p></body>"
 			) > "$BASE/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT.html"
 		elif [ -f $TMPDIR/b1/$SRCPACKAGE/$ARTIFACT ] && [ -f $TMPDIR/b2/$SRCPACKAGE/$ARTIFACT ] ; then

-- 
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