From 5c45b42049821caedde9cbe9a9c8c6d940e562e7 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 28 Mar 2020 11:24:01 +0100 Subject: [PATCH] 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 --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index bd7a1b5dc2..eb2c0b2d0b 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -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