Update openEuler mirror repo

openEuler 20.03 LTS SP2 was out of data in May 2022, and the newest
LTS version is 22.03 LTS which will be maintained to 2024.03.

This Patch add the 22.03-LTS mirror

Change-Id: I2eb72de4eee22a7a8739320ead8376c999993928
This commit is contained in:
wangxiyuan 2022-07-05 15:55:04 +08:00
parent 08c6cb3dc1
commit 3297485f1f

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/. # For a whole mirror list see https://www.openeuler.org/en/mirror/list/.
# 119.8.63.103 is the openEuler official mirror in HongKong # 119.8.63.103 is the openEuler official mirror in HongKong
MIRROR="rsync://119.8.63.103:873/openeuler" 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 for REPO in $REPOS; do
if ! [ -f $BASE/$REPO ]; then if ! [ -f $BASE/$REPO ]; then