aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-02-08 18:00:25 +0200
committerJani Välimaa <wally@mageia.org>2024-02-08 18:00:35 +0200
commit147f56a67d793cfe80bb25e6d74ed973578d4842 (patch)
tree32ab05d720f81e66ef8a41da82742140f83acf4f
parent1a55546f8d967b21e438d8d735bbd718939bde9f (diff)
downloadwww-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&section=core&repo=release returning non-working mirror URLs ATM.
-rw-r--r--mirrorlist/index.php2
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/";