diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index eb2c0b2d0b..23b62addf6 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -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