Commit fbbde113 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: force http_proxy as we want it

parent 960911a6
Loading
Loading
Loading
Loading
+20 −21
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ else
				echo "unsupported host, exiting." ; exit 1 ;;
		esac
	fi
	if [ -z "$http_proxy" ]; then
	# force http_proxy as we want it
	case $HOSTNAME in
		jenkins|jenkins-test-vm|profitbricks-build1-a*|profitbricks-build2*|profitbricks-build3*|profitbricks-build9*|profitbricks-build11*|profitbricks-build12*)
			# pb datacenter in karlsruhe uses pb1 as proxy:
@@ -157,7 +157,6 @@ else
		*)
			echo "unsupported host, exiting." ; exit 1 ;;
	esac
	fi
	if [ -z "$CHROOT_BASE" ]; then
		export CHROOT_BASE=/chroots
	fi