mirrormanager: switch again to mref1-priv.iad2.centos.org for scanning

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2022-07-06 09:10:47 +02:00
parent c0c1ffb65a
commit 81193609d5
No known key found for this signature in database
GPG key ID: 82C9378ED3C4906A
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ else
fi
if [ "${1}" == "centos" ]; then
CENTOS_PRIMARY="master.centos.org"
CENTOS_PRIMARY="mref1-priv.iad2.centos.org"
# check if a sync is currently in process
CODE=$( curl -s -o /dev/null -I -w "%{http_code}" http://${CENTOS_PRIMARY}/9-stream/.sync_in_progress )
if [ "${CODE}" -eq "200" ]; then

View file

@ -9,8 +9,8 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir
[[category]]
name="CentOS"
type="rsync"
url="rsync://master.centos.org/CentOS-Stream-Ref"
checksum_base="http://master.centos.org/"
url="rsync://mref1-priv.iad2.centos.org/CentOS-Stream-Ref"
checksum_base="http://mref1-priv.iad2.centos.org/"
[[repository_mapping]]
regex="^\\d+(?:-stream)?/AppStream/"