mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
MM: filter out a few old ppc64 directories
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
5c45b42049
commit
4cf99be1d4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user