[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: build: set --buildinfo-identifier=${ARHC} when calling dpkg-buildpackage, to get a stable and deterministic .buildinfo name
Holger Levsen
holger at moszumanska.debian.org
Sat Jan 16 10:44:15 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 a6ea2316c47562dd68fdc63c2434f2867992588a
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jan 15 23:14:14 2016 +0000
reproducible: build: set --buildinfo-identifier=${ARHC} when calling dpkg-buildpackage, to get a stable and deterministic .buildinfo name
---
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 5f7b9b9..3b5aee9 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -558,7 +558,7 @@ EOF
( sudo timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice \
/usr/sbin/pbuilder --build \
--configfile $TMPCFG \
- --debbuildopts "-b" \
+ --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
--basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \
--buildresult $TMPDIR/b1 \
--logfile b1/build.log \
@@ -603,7 +603,7 @@ EOF
/usr/sbin/pbuilder --build \
--configfile $TMPCFG \
--hookdir /etc/pbuilder/rebuild-hooks \
- --debbuildopts "-b" \
+ --debbuildopts "-b --buildinfo-identifier=${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