summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-19 15:08:50 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-19 15:09:18 +0200
commit39421cde89372babc21c5813b68de9579a0409c7 (patch)
treeff22f7665673853d44562cf19968f2ea268d3c33 /bin/common-functions.sh
parent33537327617bce60a0d6fcd724316f771422ffe7 (diff)
downloadjenkins.debian.net-39421cde89372babc21c5813b68de9579a0409c7.tar.xz
reproducible Debian armhf: replace opi2a with jtk1a, except for builder jobs
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 4bc4f477..e62d3d9d 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -58,7 +58,7 @@ else
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*)
export MIRROR=http://ftp.de.debian.org/debian ;;
- bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*)
+ bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*)
export MIRROR=http://ftp.us.debian.org/debian ;;
spectrum)
export MIRROR=none ;;
@@ -70,7 +70,7 @@ else
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*)
export http_proxy="http://localhost:3128" ;;
- bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*)
+ bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*)
export http_proxy="http://10.0.0.15:8000/" ;;
spectrum)
export MIRROR=none ;;