diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-19 15:08:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-19 15:09:18 +0200 |
commit | 39421cde89372babc21c5813b68de9579a0409c7 (patch) | |
tree | ff22f7665673853d44562cf19968f2ea268d3c33 /hosts/profitbricks-build6-i386/etc/pbuilderrc | |
parent | 33537327617bce60a0d6fcd724316f771422ffe7 (diff) | |
download | jenkins.debian.net-39421cde89372babc21c5813b68de9579a0409c7.tar.xz |
reproducible Debian armhf: replace opi2a with jtk1a, except for builder jobs
Diffstat (limited to 'hosts/profitbricks-build6-i386/etc/pbuilderrc')
-rw-r--r-- | hosts/profitbricks-build6-i386/etc/pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilderrc b/hosts/profitbricks-build6-i386/etc/pbuilderrc index a13ed5b3..127b42ff 100644 --- a/hosts/profitbricks-build6-i386/etc/pbuilderrc +++ b/hosts/profitbricks-build6-i386/etc/pbuilderrc @@ -8,14 +8,14 @@ # cater for different locations case $HOSTNAME in jenkins|jenkins-test-vm|profitbricks-build*) MIRRORSITE=http://ftp.de.debian.org/debian ;; - bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; + bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac # only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway case $HOSTNAME in profitbricks-build*i386) EATMYDATA=yes ;; - bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*) + bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*) EATMYDATA=yes ;; *) ;; esac |