Use facebook mirror for centos stream 9 rsync

Currently dfw.mirror.rackspace.com is used for
syncing CS9 content on OpenDev mirror. But somehow it is
rejecting rsync connections.

Switching to facebook mirror[1] might fix the issue.
[1]. https://admin.fedoraproject.org/mirrormanager/mirrors/CentOS/9-stream/x86_64

Related-Bug: #1957950

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I119e468d6b38e4b3a0f73ab0e839f3bba85fd039
This commit is contained in:
Chandan Kumar (raukadah) 2022-01-16 19:39:04 +05:30
parent 00dbb0e697
commit 47a01011a7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ K5START="k5start -t -f /etc/centos-stream.keytab service/centos-stream-mirror --
# -- Centos 9-stream --
#
MIRROR=rsync://dfw.mirror.rackspace.com/centos-stream/9-stream/ # somewhere in US
MIRROR=rsync://mirror.facebook.net/centos-stream/9-stream/ # somewhere in US
if ! [ -f ${BASE_STREAM}/9-stream ]; then
$K5START mkdir -p ${BASE}/9-stream