diff options
-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 |