From d9b4628aa1ca8bfeeef7c521990a67f2c5b56db6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Mar 2015 16:33:21 +0100 Subject: reproducible: use proxy only for apt, but don't set http_proxy environment variable. see #780587 for more info --- etc/pbuilderrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/pbuilderrc') diff --git a/etc/pbuilderrc b/etc/pbuilderrc index 491441cf..e21c1ae6 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -7,8 +7,10 @@ MIRRORSITE=http://ftp.de.debian.org/debian/ EXTRAPACKAGES="fakeroot" APTCACHE="" -export http_proxy="http://localhost:3128" COMPRESSPROG="pigz" +# unset proxy, see #780587 +unset http_proxy +export -n http_proxy # remove /run/shm bindmount once we are running jessie - this is a workaround for #700591 # /sys and /proc were added as workarounds for #773767 BINDMOUNTS="$BINDMOUNTS /run/shm /dev/shm /sys" -- cgit v1.2.3-54-g00ecf