Mirror OpenSUSE Leap 15.2

Leap 15.2 has released. We should mirror it, then bump our opensuse-15
image to 15.2. Once that is done we can clean up the 15.1 mirror
contents.

Change-Id: Ib8905602b6a65639d59d2da1fe0c1b9a0837013b
This commit is contained in:
Clark Boylan 2020-08-06 17:08:21 -07:00
parent 6494ed0275
commit c4aabf06c4

View File

@ -30,6 +30,8 @@ OBS_MIRROR="rsync://provo-mirror.opensuse.org/opensuse/repositories"
OBS_REPOS=(
'Cloud:/OpenStack:/Stein/openSUSE_Leap_15.1'
'Cloud:/OpenStack:/Master/openSUSE_Leap_15.1'
'Cloud:/OpenStack:/Ussuri/openSUSE_Leap_15.2'
'Cloud:/OpenStack:/Master/openSUSE_Leap_15.2'
# NOTE(yoctozepto): kolla uses the following for hacluster
'network:/ha-clustering:/Stable/CentOS_CentOS-7'
@ -54,7 +56,7 @@ for REPO in distribution/leap/42.2 update/leap/42.2 \
fi
done
for DISTVER in 15.1; do
for DISTVER in 15.1 15.2 ; do
REPO=distribution/leap/$DISTVER/repo
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO