diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-05-06 00:17:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-08 12:02:07 +0200 |
commit | 172fe9d09b2c513477912bf0e705d0233cf060c6 (patch) | |
tree | 23428e12e544f5f4a1a1f858ceb364affc2fe4a5 | |
parent | 7d3285b3416facabe697834cbf00e06f6b51a715 (diff) | |
download | jenkins.debian.net-172fe9d09b2c513477912bf0e705d0233cf060c6.tar.xz |
reproducible: build: drop the --distribution switch in pbuilder call: it's useless here
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |