From f40c01647365364564c615824f20e96cbaab66ae Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Apr 09 2020 10:29:14 +0000 Subject: 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 --- diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 23b62ad..ba89fdb 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -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/',