Stop mirroring openSUSE 42.2

We're not using it anywere, so we can save the effort.

An infra-root (pabelanger), will take care of manually deleting old
references in the AFS volume.

Change-Id: Ia477ac5bcdd8c0d7caf88bebf6f853fc08363b5a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Dirk Mueller 2017-09-10 07:10:26 -06:00 committed by Paul Belanger
parent dddf50888c
commit 5f88f4807d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

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