mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
MM: also disable s390 in secondary rawhide
The description of the previous commit was not wrong, but the problematic repository is present at: pub/fedora-secondary/development/rawhide/s390/ Also filter out this directory in MirrorManager Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b64cf04b2e
commit
5c45b42049
@@ -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', 'pub/archive']
|
||||
SKIP_PATHS_FOR_VERSION = ['pub/alt', 'pub/fedora/linux/releases/test', 'pub/archive', 'pub/fedora-secondary/development/rawhide/s390/']
|
||||
|
||||
###
|
||||
# Configuration options used by the crons
|
||||
|
||||
Reference in New Issue
Block a user