diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-25 14:06:55 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-25 14:06:55 -0400 |
commit | 42e6a5c44c7e7b75a15ed63387f5946b30844e43 (patch) | |
tree | 0a4994bbe50fd5cf6b66e15e2d62a6c08981dbca /hosts/ff2b-armhf-rb/etc/pbuilderrc | |
parent | d4a521c6aadfb2b86d8a278d8d850050d14315ee (diff) | |
download | jenkins.debian.net-42e6a5c44c7e7b75a15ed63387f5946b30844e43.tar.xz |
reproducible debian: adopt pbuilderrc to new i386 hosts
Diffstat (limited to 'hosts/ff2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/ff2b-armhf-rb/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc index e7e5bc89..ddac6ed2 100644 --- a/hosts/ff2b-armhf-rb/etc/pbuilderrc +++ b/hosts/ff2b-armhf-rb/etc/pbuilderrc @@ -5,7 +5,7 @@ # # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in - jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; + jenkins|profitbricks-build*) MIRRORSITE=http://ftp.de.debian.org/debian ;; bbx15|bpi0|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|ff4*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac |