diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-10 16:36:40 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-10 16:36:40 +0300 |
commit | 7bbea260a1d0fbc368af434cf9c65fbefe00cdef (patch) | |
tree | 993b9797c674370714598d8ee85b83eabb3f414e /modules/mga-mirrors | |
parent | 4e8f839e3c9cb56e1cae88ff85e51f618081c97d (diff) | |
download | puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.gz puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.bz2 puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.tar.xz puppet-7bbea260a1d0fbc368af434cf9c65fbefe00cdef.zip |
Stop checking i586 mirror status on Cauldron
Diffstat (limited to 'modules/mga-mirrors')
-rwxr-xr-x | modules/mga-mirrors/files/check_mirrors_status | 2 |
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 |