MM: ignore pub/archive when searching for new versions
Every time we tried to delete the s390 (without x) rawhide repository from MirrorManager it was re-detected as there is still a very old s390 tree available under pub/archive. This tells MirrorManager to ignore everything under pub/archive when searching for new versions, releases and architectures. Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
e28b0c3263
commit
b64cf04b2e
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', 'pub/fedora/linux/releases/test']
|
||||
SKIP_PATHS_FOR_VERSION = ['pub/alt', 'pub/fedora/linux/releases/test', 'pub/archive']
|
||||
|
||||
###
|
||||
# Configuration options used by the crons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue