From 4d53d98b0dc72281f9d905600d49d3b73ca9bbd3 Mon Sep 17 00:00:00 2001 From: tzing Date: Wed, 28 Aug 2024 09:15:03 +0000 Subject: [PATCH] Update openEuler mirror repo openEuler22.03 LTS was out of data in May 2024, and the newest LTS version is 24.03 LTS which will be maintained to 2026.03. This Patch add the 24.03-LTS mirror. Change-Id: Ifcee064959972bf871688baeff7b3288d7517da1 --- playbooks/roles/mirror-update/files/openeuler-mirror-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/mirror-update/files/openeuler-mirror-update b/playbooks/roles/mirror-update/files/openeuler-mirror-update index 8111a815a2..9483436402 100644 --- a/playbooks/roles/mirror-update/files/openeuler-mirror-update +++ b/playbooks/roles/mirror-update/files/openeuler-mirror-update @@ -33,7 +33,7 @@ BASE="/afs/.openstack.org/mirror/openeuler" K5START="k5start -t -f /etc/openeuler.keytab service/openeuler-mirror -- $TIMEOUT" # Cleanup old repos -for REPO in openEuler-20.03-LTS-SP2 ; do +for REPO in openEuler-22.03-LTS ; do if [ -d $BASE/$REPO/ ]; then $K5START rm -rf $BASE/$REPO/ fi @@ -43,7 +43,7 @@ done # 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-22.03-LTS" +REPOS="openEuler-24.03-LTS" for REPO in $REPOS; do if ! [ -f $BASE/$REPO ]; then