Commit 4160dbf6 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: another location to add support for new nodes..

parent 710b804c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ else

	if [ -z "$MIRROR" ]; then
		case $HOSTNAME in
			jenkins|jenkins-test-vm|profitbricks-build*)
			jenkins|jenkins-test-vm|profitbricks-build*|osuosl*)
				export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
			bbx15|cb3*|cbxi4*|wbq0|odxu4*|odu3*|odc*|ff*|ff4*|opi2*|jt?1*|p64*)
				export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
@@ -148,6 +148,9 @@ else
		profitbricks-build7*)
			# let pb7 use its own proxy for the fdroid stuff:
			export http_proxy="http://127.0.0.1:3128" ;;
		osuosl*)
			# for now, use local proxies as a start:
			export http_proxy="http://127.0.0.1:3128" ;;
		codethink*)
			export http_proxy="http://192.168.101.16:3128" ;;
		bbx15|cb3*|cbxi4*|wbq0|odxu4*|odu3*|odc*|ff*|ff4*|opi2*|jt?1*|p64*)