From 6e655c6e0c728460dca623cd8753403fdfb12027 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 22 Dec 2022 14:16:45 +0000 Subject: [PATCH] Revert "Revert "Use rackspace mirror to sync centos stream repos"" This reverts commit e76e0089d1c4a7fe781027feb7977ae874899443. Reason for revert: Facebook mirrors are out of sync for more then 24h that does break CI and block progress. Let's try out another rax mirror this time. Change-Id: Ibb0a23ee790aeea5e4f5d05ce731791bd380976a --- .../roles/mirror-update/files/centos-stream-mirror-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/mirror-update/files/centos-stream-mirror-update b/playbooks/roles/mirror-update/files/centos-stream-mirror-update index 4e9de7fa2b..b24918d4f0 100755 --- a/playbooks/roles/mirror-update/files/centos-stream-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-stream-mirror-update @@ -39,7 +39,7 @@ K5START="k5start -t -f /etc/centos-stream.keytab service/centos-stream-mirror -- # -- Centos 9-stream -- # -MIRROR=rsync://mirror.facebook.net/centos-stream/9-stream/ # somewhere in US +MIRROR=rsync://mirror.rackspace.com/centos-stream/9-stream/ # somewhere in US if ! [ -f ${BASE}/9-stream ]; then $K5START mkdir -p ${BASE}/9-stream @@ -62,7 +62,7 @@ $K5START ${RSYNC} \ # -- Centos 9-stream SIGs -- # -MIRROR=rsync://mirror.facebook.net/centos-stream/SIGs/9-stream/ # somewhere in US +MIRROR=rsync://mirror.rackspace.com/centos-stream/SIGs/9-stream/ # somewhere in US if ! [ -f ${BASE}/SIGs/9-stream ]; then $K5START mkdir -p ${BASE}/SIGs/9-stream