From 629ce63cb6ce9393545f0b6674b81b4a09a8945c Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 9 Apr 2020 12:27:44 +0200 Subject: [PATCH] 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 --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 23b62addf6..ba89fdb8f1 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/',