mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
MM: add codecs to MirrorManager
In addition to this change it was necessary to manually add the new codecs directory to the database as a new entry in the 'category' table. Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
d3d384fd33
commit
629ce63cb6
@@ -214,6 +214,11 @@ umdl_master_directories = [
|
||||
'path': '/srv/pub/alt/',
|
||||
'category': 'Fedora Other'
|
||||
},
|
||||
{
|
||||
'type': 'directory',
|
||||
'path': '/srv/codecs.fedoraproject.org/',
|
||||
'category': 'Fedora Codecs'
|
||||
},
|
||||
# {
|
||||
# 'type':'directory',
|
||||
# 'path':'../testdata/pub/fedora/linux/',
|
||||
|
||||
Reference in New Issue
Block a user