From 172fe9d09b2c513477912bf0e705d0233cf060c6 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 6 May 2015 00:17:09 +0200 Subject: reproducible: build: drop the --distribution switch in pbuilder call: it's useless here --- bin/reproducible_build.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf