diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-13 09:32:11 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-13 09:32:11 +0300 |
commit | 5dcdfe9d909934bbef28bd685630033130fb221b (patch) | |
tree | 56bacd351d996d8f89db43ac9acbfc0e0b8751de | |
parent | 0ac7e4b1480beeb73edff7cdd2a1b6a5d0c1a234 (diff) | |
download | puppet-5dcdfe9d909934bbef28bd685630033130fb221b.tar puppet-5dcdfe9d909934bbef28bd685630033130fb221b.tar.gz puppet-5dcdfe9d909934bbef28bd685630033130fb221b.tar.bz2 puppet-5dcdfe9d909934bbef28bd685630033130fb221b.tar.xz puppet-5dcdfe9d909934bbef28bd685630033130fb221b.zip |
mirrors: move cauldron to leftmost column in status page
-rwxr-xr-x | modules/mga-mirrors/files/check_mirrors_status | 4 |
1 files 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 |