diff options
author | Jani Välimaa <wally@mageia.org> | 2024-02-08 18:00:25 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-02-08 18:00:35 +0200 |
commit | 147f56a67d793cfe80bb25e6d74ed973578d4842 (patch) | |
tree | 32ab05d720f81e66ef8a41da82742140f83acf4f | |
parent | 1a55546f8d967b21e438d8d735bbd718939bde9f (diff) | |
download | www-147f56a67d793cfe80bb25e6d74ed973578d4842.tar www-147f56a67d793cfe80bb25e6d74ed973578d4842.tar.gz www-147f56a67d793cfe80bb25e6d74ed973578d4842.tar.bz2 www-147f56a67d793cfe80bb25e6d74ed973578d4842.tar.xz www-147f56a67d793cfe80bb25e6d74ed973578d4842.zip |
Mirrorlist: add Mageia 7 to archived releases
Fixes https://www.mageia.org/mirrorlist/?release=7&arch=x86_64§ion=core&repo=release
returning non-working mirror URLs ATM.
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index dea61be54..cbd1c0d6b 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -31,7 +31,7 @@ $arraycheck =array( 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), ); -$archives = array('5', '6'); +$archives = array('5', '6', '7'); if ($source){ $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; |