diff --git a/nodepool/scripts/configure_mirror.sh b/nodepool/scripts/configure_mirror.sh index ac7a10afdb..40727104cd 100755 --- a/nodepool/scripts/configure_mirror.sh +++ b/nodepool/scripts/configure_mirror.sh @@ -53,10 +53,12 @@ LSBDISTCODENAME=$(lsb_release -cs) if [ "$LSBDISTID" == "Ubuntu" ] ; 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. + # can remove this logic check. We are only missing -backports on the mirrors if [ "$LSBDISTCODENAME" == "xenial" ] ; then sudo dd of=/etc/apt/sources.list <