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:
parent
4415adee47
commit
9af56fe9cf
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue