From 7bbea260a1d0fbc368af434cf9c65fbefe00cdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Wed, 10 Apr 2024 16:36:40 +0300 Subject: Stop checking i586 mirror status on Cauldron --- modules/mga-mirrors/files/check_mirrors_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 4459b437..7c1da6a1 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -211,7 +211,7 @@ ref = 'http://repository.mageia.org/' archs_per_distro = { '9' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], '8' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], - 'cauldron' => ['i586', 'i686', 'x86_64', 'armv7hl', 'aarch64'] + 'cauldron' => ['i686', 'x86_64', 'armv7hl', 'aarch64'] } parallel = 8 -- cgit v1.2.1