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:
parent
d3d384fd33
commit
629ce63cb6
1 changed files with 5 additions and 0 deletions
|
@ -214,6 +214,11 @@ umdl_master_directories = [
|
||||||
'path': '/srv/pub/alt/',
|
'path': '/srv/pub/alt/',
|
||||||
'category': 'Fedora Other'
|
'category': 'Fedora Other'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'type': 'directory',
|
||||||
|
'path': '/srv/codecs.fedoraproject.org/',
|
||||||
|
'category': 'Fedora Codecs'
|
||||||
|
},
|
||||||
# {
|
# {
|
||||||
# 'type':'directory',
|
# 'type':'directory',
|
||||||
# 'path':'../testdata/pub/fedora/linux/',
|
# 'path':'../testdata/pub/fedora/linux/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue