[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: check for Installed-Build-Depends instead of the old Build-Environment when comparing .buildinfo to assure the same env is installed

Mattia Rizzolo mattia at debian.org
Fri May 13 09:10:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 3d3407717981dffc84cb57be0c5b9cdf1f39253d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri May 13 09:10:14 2016 +0000

    reproducible debian: check for Installed-Build-Depends instead of the old Build-Environment when comparing .buildinfo to assure the same env is installed
---
 bin/reproducible_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e7a5b30..57e4edf 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -684,8 +684,8 @@ remote_build() {
 check_buildinfo() {
 	local TMPFILE1=$(mktemp --tmpdir=$TMPDIR)
 	local TMPFILE2=$(mktemp --tmpdir=$TMPDIR)
-	grep-dctrl -s Build-Environment -n ${SRCPACKAGE} ./b1/$BUILDINFO > $TMPFILE1
-	grep-dctrl -s Build-Environment -n ${SRCPACKAGE} ./b2/$BUILDINFO > $TMPFILE2
+	grep-dctrl -s Installed-Build-Depends -n ${SRCPACKAGE} ./b1/$BUILDINFO > $TMPFILE1
+	grep-dctrl -s Installed-Build-Depends -n ${SRCPACKAGE} ./b2/$BUILDINFO > $TMPFILE2
 	set +e
 	diff $TMPFILE1 $TMPFILE2
 	RESULT=$?
@@ -699,7 +699,7 @@ check_buildinfo() {
 		echo
 		get_node_ssh_port $NODE1
 		remote_build 1 $NODE1 $PORT
-		grep-dctrl -s Build-Environment -n ${SRCPACKAGE} ./b1/$BUILDINFO > $TMPFILE1
+		grep-dctrl -s Installed-Build-Depends -n ${SRCPACKAGE} ./b1/$BUILDINFO > $TMPFILE1
 		set +e
 		diff $TMPFILE1 $TMPFILE2
 		RESULT=$?

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