[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: call dpkg-buildpackage with --buildinfo-id instead of --buildinfo-identifier. The option was renamed.

Holger Levsen holger at layer-acht.org
Wed Sep 21 21:37:49 UTC 2016


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 84d2f9f7c01f307ec2c8fa12d9199d970510db4a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Sep 21 13:42:12 2016 +0000

    reproducible debian: call dpkg-buildpackage with --buildinfo-id instead of --buildinfo-identifier.  The option was renamed.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fba3949..4238e50 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -605,7 +605,7 @@ EOF
 	( sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice \
 	  /usr/sbin/pbuilder --build \
 		--configfile $TMPCFG \
-		--debbuildopts "-b --buildinfo-identifier=${ARCH}" \
+		--debbuildopts "-b --buildinfo-id=${ARCH}" \
 		--basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \
 		--buildresult $TMPDIR/b1 \
 		--logfile b1/build.log \
@@ -669,7 +669,7 @@ EOF
 		/usr/sbin/pbuilder --build \
 			--configfile $TMPCFG \
 			--hookdir /etc/pbuilder/rebuild-hooks \
-			--debbuildopts "-b --buildinfo-identifier=${ARCH}" \
+			--debbuildopts "-b --buildinfo-id=${ARCH}" \
 			--basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \
 			--buildresult $TMPDIR/b2 \
 			--logfile b2/build.log \

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