diff --git a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh index 746e3e233a..a04fa8e93a 100644 --- a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh +++ b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh @@ -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