summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-09-21 13:42:12 +0000
committerHolger Levsen <holger@layer-acht.org>2016-09-21 23:37:33 +0200
commit84d2f9f7c01f307ec2c8fa12d9199d970510db4a (patch)
tree8a1c544515867c5b5bf9212d460b90f20ce788de /bin
parentcbd5d9b89f836c8c2c2e05420ceb5fdbafcc8142 (diff)
downloadjenkins.debian.net-84d2f9f7c01f307ec2c8fa12d9199d970510db4a.tar.xz
reproducible debian: call dpkg-buildpackage with --buildinfo-id instead of --buildinfo-identifier. The option was renamed.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fba3949b..4238e502 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 \