Use scan-primary-mirror 0.4.1 with support for version prefixes
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
5866622837
commit
04384a6e98
2 changed files with 3 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
- name: checkout scan-primary-mirror
|
||||
git:
|
||||
repo: https://github.com/adrianreber/scan-primary-mirror.git
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
dest: /srv/scan-primary-mirror.git
|
||||
become: yes
|
||||
become_user: mirrormanager
|
||||
|
|
|
@ -100,6 +100,7 @@ prefix="fedora-cisco-openh264"
|
|||
name="Fedora Archive"
|
||||
type="directory"
|
||||
url="/srv/pub/archive/"
|
||||
version_prefix="f"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^pub/archive/fedora(-secondary)?(/linux)?/(core|releases|development)/([\\.\\d]+)/[^ME].*"
|
||||
|
@ -136,6 +137,7 @@ prefix="updates-released"
|
|||
name="Fedora Secondary Arches"
|
||||
type="directory"
|
||||
url="/srv/pub/fedora-secondary/"
|
||||
version_prefix="f"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^pub/(archive/)?fedora(-secondary)?(/linux)?/(releases|development)/([\\.\\d]+)/Everything/.*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue