aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-04-10 16:36:40 +0300
committerJani Välimaa <wally@mageia.org>2024-04-10 16:36:40 +0300
commit7bbea260a1d0fbc368af434cf9c65fbefe00cdef (patch)
tree993b9797c674370714598d8ee85b83eabb3f414e
parent4e8f839e3c9cb56e1cae88ff85e51f618081c97d (diff)
downloadpuppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar
puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.gz
puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.bz2
puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.xz
puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.zip
Stop checking i586 mirror status on Cauldron
-rwxr-xr-xmodules/mga-mirrors/files/check_mirrors_status2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status
index 4459b437..7c1da6a1 100755
--- a/modules/mga-mirrors/files/check_mirrors_status
+++ b/modules/mga-mirrors/files/check_mirrors_status
@@ -211,7 +211,7 @@ ref = 'http://repository.mageia.org/'
archs_per_distro = {
'9' => ['i586', 'x86_64', 'armv7hl', 'aarch64'],
'8' => ['i586', 'x86_64', 'armv7hl', 'aarch64'],
- 'cauldron' => ['i586', 'i686', 'x86_64', 'armv7hl', 'aarch64']
+ 'cauldron' => ['i686', 'x86_64', 'armv7hl', 'aarch64']
}
parallel = 8