Loading bin/common-functions.sh +20 −21 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -157,7 +157,6 @@ else *) echo "unsupported host, exiting." ; exit 1 ;; esac fi if [ -z "$CHROOT_BASE" ]; then export CHROOT_BASE=/chroots fi Loading Loading
bin/common-functions.sh +20 −21 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -157,7 +157,6 @@ else *) echo "unsupported host, exiting." ; exit 1 ;; esac fi if [ -z "$CHROOT_BASE" ]; then export CHROOT_BASE=/chroots fi Loading