Use rackspace mirror to sync centos stream repos

Facebook mirror is out of sync for some days, so i'm proposing to use
rackspace one. This reverts [1] as it seems it is accepting rsync
connections properly.

[1] https://review.opendev.org/c/opendev/system-config/+/824829

Change-Id: Ic0076191157be8947f62ce18d5dd37f1f0ac3337
This commit is contained in:
Alfredo Moralejo 2022-08-10 23:34:27 +02:00
parent ea08cdbd16
commit cc2dd16d3a

View File

@ -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://dfw.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://dfw.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