mirrormanager: switch again to mref1-priv.iad2.centos.org for scanning
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
c0c1ffb65a
commit
81193609d5
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${1}" == "centos" ]; then
|
if [ "${1}" == "centos" ]; then
|
||||||
CENTOS_PRIMARY="master.centos.org"
|
CENTOS_PRIMARY="mref1-priv.iad2.centos.org"
|
||||||
# check if a sync is currently in process
|
# 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 )
|
CODE=$( curl -s -o /dev/null -I -w "%{http_code}" http://${CENTOS_PRIMARY}/9-stream/.sync_in_progress )
|
||||||
if [ "${CODE}" -eq "200" ]; then
|
if [ "${CODE}" -eq "200" ]; then
|
||||||
|
|
|
@ -9,8 +9,8 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir
|
||||||
[[category]]
|
[[category]]
|
||||||
name="CentOS"
|
name="CentOS"
|
||||||
type="rsync"
|
type="rsync"
|
||||||
url="rsync://master.centos.org/CentOS-Stream-Ref"
|
url="rsync://mref1-priv.iad2.centos.org/CentOS-Stream-Ref"
|
||||||
checksum_base="http://master.centos.org/"
|
checksum_base="http://mref1-priv.iad2.centos.org/"
|
||||||
|
|
||||||
[[repository_mapping]]
|
[[repository_mapping]]
|
||||||
regex="^\\d+(?:-stream)?/AppStream/"
|
regex="^\\d+(?:-stream)?/AppStream/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue