From 5dcdfe9d909934bbef28bd685630033130fb221b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 13 Apr 2024 09:32:11 +0300 Subject: mirrors: move cauldron to leftmost column in status page --- modules/mga-mirrors/files/check_mirrors_status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 7c1da6a1..11145e0e 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -209,9 +209,9 @@ end # Defaults ref = 'http://repository.mageia.org/' archs_per_distro = { + 'cauldron' => ['i686', 'x86_64', 'armv7hl', 'aarch64'], '9' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], - '8' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], - 'cauldron' => ['i686', 'x86_64', 'armv7hl', 'aarch64'] + '8' => ['i586', 'x86_64', 'armv7hl', 'aarch64'] } parallel = 8 -- cgit v1.2.1