Fix CentOS checksum_base

To download the repomd.xml files for checksum creation we also need to
point to the internal primary mirror.

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2021-10-25 09:03:08 +02:00 committed by kevin
parent 4415adee47
commit 9af56fe9cf

View file

@ -10,7 +10,7 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir
name="CentOS" name="CentOS"
type="rsync" type="rsync"
url="rsync://10.3.163.235/CentOS-Stream-Ref" url="rsync://10.3.163.235/CentOS-Stream-Ref"
checksum_base="http://mirror.stream.centos.org/" checksum_base="http://10.3.163.235/"
[[repository_mapping]] [[repository_mapping]]
regex="^\\d+(?:-stream)?/AppStream/" regex="^\\d+(?:-stream)?/AppStream/"