Merge "Stop mirroring openSUSE 42.2"

This commit is contained in:
Zuul 2017-10-17 05:46:50 +00:00 committed by Gerrit Code Review
commit f8c705f462

View File

@ -19,7 +19,7 @@ BASE="/afs/.openstack.org/mirror/opensuse"
MIRROR="rsync://rsync.opensuse.org/opensuse-full"
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"
for DISTVER in 42.2 42.3; do
for DISTVER in 42.3; do
REPO=distribution/leap/$DISTVER
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO