diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-29 14:26:09 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-29 14:26:09 +0300 |
commit | 2668d054694e8f8c1f1c98e170585cff817053d1 (patch) | |
tree | 2f5d7650916e84ae4c90a34f51759510d0e12b5c /modules | |
parent | 78d96233e8d9fd0da10fd852c27196f7a5f6f285 (diff) | |
download | puppet-2668d054694e8f8c1f1c98e170585cff817053d1.tar puppet-2668d054694e8f8c1f1c98e170585cff817053d1.tar.gz puppet-2668d054694e8f8c1f1c98e170585cff817053d1.tar.bz2 puppet-2668d054694e8f8c1f1c98e170585cff817053d1.tar.xz puppet-2668d054694e8f8c1f1c98e170585cff817053d1.zip |
mirror-status: drop mga5, add mga7, update cauldron arches
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/mga-mirrors/files/check_mirrors_status | 4 |
1 files changed, 2 insertions, 2 deletions
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 |