builder: Use a different mirror when building armv7l image.

This commit is contained in:
Richard W.M. Jones
2016-06-22 12:41:57 +01:00
parent f51c0bc837
commit 27b3b2cf7d

View File

@@ -29,7 +29,7 @@ if [ $# -ne 1 ]; then
fi
version=$1
tree=http://mirror.ox.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/releases/$version/Server/armhfp/os/
tree=http://mirror.bytemark.co.uk/fedora/linux/releases/$version/Server/armhfp/os/
output=fedora-$version-armv7l
tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)