From 2668d054694e8f8c1f1c98e170585cff817053d1 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 29 Jun 2019 14:26:09 +0300 Subject: mirror-status: drop mga5, add mga7, update cauldron arches --- modules/mga-mirrors/files/check_mirrors_status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 7c282a74..09f7a2b4 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -156,9 +156,9 @@ end # Defaults ref = 'http://repository.mageia.org/' archs_per_distro = { - '5' => ['i586', 'x86_64'], '6' => ['i586', 'x86_64', 'armv5tl', 'armv7hl'], - 'cauldron' => ['i586', 'x86_64', 'armv7hl'] + '7' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], + 'cauldron' => ['i586', 'x86_64', 'armv7hl', 'aarch64'] } parallel = 8 -- cgit v1.2.1