diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 08:46:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 08:46:26 +0100 |
commit | 6e3f93938ba20b3177988f8c0b9c224a9aa876a6 (patch) | |
tree | 0e0259c34bc04d5916ac26d9d6b556d22fa62492 /hosts/profitbricks-build1-amd64 | |
parent | 4d3f5807cc2505d791c72ad88aef42abdfd4bebb (diff) | |
download | jenkins.debian.net-6e3f93938ba20b3177988f8c0b9c224a9aa876a6.tar.xz |
add new armhf node, Odroid-XU4, thanks to vagrant
Diffstat (limited to 'hosts/profitbricks-build1-amd64')
-rw-r--r-- | hosts/profitbricks-build1-amd64/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc index 909a8829..f18457c2 100644 --- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc @@ -6,7 +6,7 @@ # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; - bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;; + bpi0|cbxi4pro0|hb0|wbq0|odxu4) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh |