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:
parent
85608e51fc
commit
1ad9ffd9a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue