[Qa-jenkins-scm] [jenkins.debian.net] 01/01: --http-proxy is a pbuilder option not a pdebuild option

Holger Levsen holger at moszumanska.debian.org
Sat Mar 28 15:54:03 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 f3dbeadcca3ce3abb21de9519eb3aa06df7600b3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Mar 28 16:53:41 2015 +0100

    --http-proxy is a pbuilder option not a pdebuild option
---
 bin/d-i_build.sh  | 2 +-
 bin/d-i_manual.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 922ca71..bc802dd 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -71,7 +71,7 @@ pdebuild_package() {
 	else
 		NUM_CPU=1
 	fi
-	pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU -b" --http-proxy $http_proxy
+	pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU -b" -- --http-proxy $http_proxy
 	# cleanup
 	echo
 	cat /var/cache/pbuilder/result/${SOURCE}_*changes
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index 4e80692..3e9d2be 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -47,7 +47,7 @@ pdebuild_package() {
 	#
 	cd manual
 	NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l)
-	pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU" --http-proxy $http_proxy
+	pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU" -- --http-proxy $http_proxy
 	#
 	# publish and cleanup
 	#

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