From df5848905680633d515f38063955527e68b1750e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 26 May 2016 20:23:31 -0400 Subject: [PATCH] Add support for xenial-backports Our AFS mirrors now support xenial-backports[1]. [1] http://mirror.dfw.rax.openstack.org/ubuntu/dists/xenial-backports/ Change-Id: Idd355721a28595c7fcef7e17385f9cb893952801 Signed-off-by: Paul Belanger --- nodepool/scripts/configure_mirror.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nodepool/scripts/configure_mirror.sh b/nodepool/scripts/configure_mirror.sh index 15ffb82834..f2cdde71dc 100755 --- a/nodepool/scripts/configure_mirror.sh +++ b/nodepool/scripts/configure_mirror.sh @@ -64,23 +64,12 @@ LSBDISTCODENAME=$(lsb_release -cs) # NOTE(pabelanger): We don't actually have mirrors for ubuntu-precise, so skip # them. if [ "$LSBDISTID" == "Ubuntu" ] && [ "$LSBDISTCODENAME" != 'precise' ]; then - # NOTE(pabelanger): We only have a xenial mirror ATM because reprepro cannot - # mirror repositories with 0 packages. Once our reprepro mirrors is 100% we - # can remove this logic check. We are only missing -backports on the mirrors - if [ "$LSBDISTCODENAME" == "xenial" ] ; then - sudo dd of=/etc/apt/sources.list <