Setup AFS mirrors for ubuntu-xenial-arm64

Stop using upstream http://ports.ubuntu.com/ubuntu-ports and switch to
our AFS mirrors. This should help with download speads, since local
mirror, and avoid the issue of building newer images then our mirrors
have packages for.

Change-Id: I083dccdc23eb1586c138ffd138a0afa4e8d2a6f9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-02 21:59:33 -04:00
parent 26ec98b7dc
commit 07ace8c81a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 3 additions and 0 deletions

View File

@ -44,3 +44,6 @@ diskimages:
DIB_IMAGE_CACHE: /opt/dib_cache
DIB_APT_LOCAL_CACHE: '0'
DIB_DISABLE_APT_CLEANUP: '1'
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.openstack.org/ubuntu-ports'
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
DIB_DEBIAN_COMPONENTS: 'main,universe'