Merge "Update openEuler mirror repo"

This commit is contained in:
Zuul 2022-07-11 03:15:46 +00:00 committed by Gerrit Code Review
commit 0800af9221

View File

@ -34,7 +34,7 @@ K5START="k5start -t -f /etc/openeuler.keytab service/openeuler-mirror -- $TIMEOU
# For a whole mirror list see https://www.openeuler.org/en/mirror/list/.
# 119.8.63.103 is the openEuler official mirror in HongKong
MIRROR="rsync://119.8.63.103:873/openeuler"
REPOS="openEuler-20.03-LTS-SP2"
REPOS="openEuler-20.03-LTS-SP2 openEuler-22.03-LTS"
for REPO in $REPOS; do
if ! [ -f $BASE/$REPO ]; then