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:
Adrian Reber 2020-04-09 12:27:44 +02:00 committed by Pierre-Yves Chibon
parent d3d384fd33
commit 629ce63cb6

View file

@ -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/',