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 <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2020-03-20 09:03:22 +01:00 committed by Pierre-Yves Chibon
parent 85608e51fc
commit 1ad9ffd9a6

View file

@ -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