From 1ad9ffd9a6d563efb7b869b32318cda3b4951ce7 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 20 Mar 2020 09:03:22 +0100 Subject: [PATCH] mirrormanager: skip test releases during version detection With this change MirrorManager should no longer detect test releases and list them on the public mirror page. Signed-off-by: Adrian Reber --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 8cca46bcfa..880f65647f 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -166,7 +166,7 @@ CRAWLER_RSYNC_PARAMETERS = '--no-motd --timeout 14400 --exclude=lost+found --no- # This is a list of directories which MirrorManager will ignore while guessing # the version and architecture from a path. -SKIP_PATHS_FOR_VERSION = ['pub/alt'] +SKIP_PATHS_FOR_VERSION = ['pub/alt', 'pub/fedora/linux/releases/test'] ### # Configuration options used by the crons