diff options
| author | Jani Välimaa <wally@mageia.org> | 2024-10-28 19:56:06 +0200 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2024-10-28 19:56:06 +0200 |
| commit | 599269295da55c5f1ac71cf274460e92ee5f7eb7 (patch) | |
| tree | 7a38df366f2d5cffb3af883a319fab52f3127c04 /modules/mga-mirrors/files | |
| parent | 5b2dac134fc34c821ea3763f10cfaf5f66515714 (diff) | |
| download | puppet-599269295da55c5f1ac71cf274460e92ee5f7eb7.tar puppet-599269295da55c5f1ac71cf274460e92ee5f7eb7.tar.gz puppet-599269295da55c5f1ac71cf274460e92ee5f7eb7.tar.bz2 puppet-599269295da55c5f1ac71cf274460e92ee5f7eb7.tar.xz puppet-599269295da55c5f1ac71cf274460e92ee5f7eb7.zip | |
Stop checking mga8 mirrors status
Diffstat (limited to 'modules/mga-mirrors/files')
| -rwxr-xr-x | modules/mga-mirrors/files/check_mirrors_status | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 11145e0e..5ee30c1a 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -210,8 +210,7 @@ end 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'] + '9' => ['i586', 'x86_64', 'armv7hl', 'aarch64'] } parallel = 8 |
