From 98ceacaeed3e4c59645bfaa56a3237c88c055783 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 25 Aug 2023 11:28:52 +0300 Subject: stop checking mga7, start checking mga9 --- modules/mga-mirrors/files/check_mirrors_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index b79d059b..884857f3 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -206,8 +206,8 @@ end # Defaults ref = 'http://repository.mageia.org/' archs_per_distro = { + '9' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], '8' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], - '7' => ['i586', 'x86_64', 'armv7hl', 'aarch64'], 'cauldron' => ['i586', 'x86_64', 'armv7hl', 'aarch64'] } parallel = 8 -- cgit v1.2.1