Merge "Use centos hosted mirror to sync CentOS content"

This commit is contained in:
Zuul 2024-02-07 22:35:31 +00:00 committed by Gerrit Code Review
commit 362b419338
2 changed files with 6 additions and 4 deletions

View File

@ -50,7 +50,8 @@ fi
# -- Centos 8-stream --
#
MIRROR=rsync://mirror.facebook.net/centos/8-stream/ # somewhere in US
# Access request in https://pagure.io/centos-infra/issue/1354
MIRROR=rsync://msync.centos.org/centos-full/centos/8-stream/
if ! [ -f $BASE/8-stream ]; then
$K5START mkdir -p $BASE/8-stream
@ -72,7 +73,7 @@ $K5START ${RSYNC} \
# -- Centos 7 --
#
MIRROR="rsync://mirror.facebook.net/centos/"
MIRROR="rsync://msync.centos.org/centos-full/centos/"
REPOS="7"
for REPO in $REPOS; do

View File

@ -41,7 +41,8 @@ K5START="k5start -t -f /etc/centos-stream.keytab service/centos-stream-mirror --
# -- Centos 9-stream --
#
MIRROR=rsync://mirror.rackspace.com/centos-stream/9-stream/ # somewhere in US
# Access request in https://pagure.io/centos-infra/issue/1354
MIRROR=rsync://rsync.stream.centos.org/centos-stream-full/9-stream/
if ! [ -f ${BASE}/9-stream ]; then
$K5START mkdir -p ${BASE}/9-stream
@ -65,7 +66,7 @@ $K5START ${RSYNC} \
# -- Centos 9-stream SIGs --
#
MIRROR=rsync://mirror.rackspace.com/centos-stream/SIGs/9-stream/ # somewhere in US
MIRROR=rsync://rsync.stream.centos.org/centos-stream-full/SIGs/9-stream/
if ! [ -f ${BASE}/SIGs/9-stream ]; then
$K5START mkdir -p ${BASE}/SIGs/9-stream