summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-05-06 00:17:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-08 12:02:07 +0200
commit172fe9d09b2c513477912bf0e705d0233cf060c6 (patch)
tree23428e12e544f5f4a1a1f858ceb364affc2fe4a5 /bin/reproducible_build.sh
parent7d3285b3416facabe697834cbf00e06f6b51a715 (diff)
downloadjenkins.debian.net-172fe9d09b2c513477912bf0e705d0233cf060c6.tar.xz
reproducible: build: drop the --distribution switch in pbuilder call: it's useless here
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b0aced7d..d8532deb 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -381,7 +381,6 @@ build_rebuild() {
--debbuildopts "-b" \
--basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \
--buildresult b1 \
- --distribution ${SUITE} \
${SRCPACKAGE}_*.dsc \
) 2>&1 | tee -a $RBUILDLOG
if ! "$DEBUG" ; then set +x ; fi
@@ -406,7 +405,6 @@ build_rebuild() {
--debbuildopts "-b" \
--basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \
--buildresult b2 \
- --distribution ${SUITE} \
${SRCPACKAGE}_${EVERSION}.dsc
) 2>&1 | tee -a ${RBUILDLOG}
if ! "$DEBUG" ; then set +x ; fi