[Qa-jenkins-scm] [jenkins.debian.net] 02/06: reproducible: build: drop the --distribution switch in pbuilder call: it's useless here

Holger Levsen holger at moszumanska.debian.org
Fri May 8 10:12:31 UTC 2015


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 172fe9d09b2c513477912bf0e705d0233cf060c6
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed May 6 00:17:09 2015 +0200

    reproducible: build: drop the --distribution switch in pbuilder call: it's useless here
---
 bin/reproducible_build.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b0aced7..d8532de 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

-- 
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