MM: filter out a few old ppc64 directories
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
5c45b42049
commit
4cf99be1d4
1 changed files with 8 additions and 1 deletions
|
@ -166,7 +166,14 @@ 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', 'pub/archive', 'pub/fedora-secondary/development/rawhide/s390/']
|
||||
SKIP_PATHS_FOR_VERSION = [
|
||||
'pub/alt',
|
||||
'pub/fedora/linux/releases/test',
|
||||
'pub/archive',
|
||||
'pub/fedora-secondary/development/rawhide/s390/'
|
||||
'pub/fedora-secondary/development/rawhide/Modular/ppc64/os',
|
||||
'pub/fedora-secondary/development/rawhide/Modular/ppc64/debug/tree'
|
||||
]
|
||||
|
||||
###
|
||||
# Configuration options used by the crons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue