diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:28:52 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:28:52 +0300 |
commit | 98ceacaeed3e4c59645bfaa56a3237c88c055783 (patch) | |
tree | d094844f898ada996583e868ff3be300849ca325 | |
parent | 2f7064e5a7e2147507fc55531433cf140b419078 (diff) | |
download | puppet-98ceacaeed3e4c59645bfaa56a3237c88c055783.tar puppet-98ceacaeed3e4c59645bfaa56a3237c88c055783.tar.gz puppet-98ceacaeed3e4c59645bfaa56a3237c88c055783.tar.bz2 puppet-98ceacaeed3e4c59645bfaa56a3237c88c055783.tar.xz puppet-98ceacaeed3e4c59645bfaa56a3237c88c055783.zip |
stop checking mga7, start checking mga9
-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 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 |