From 147f56a67d793cfe80bb25e6d74ed973578d4842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Thu, 8 Feb 2024 18:00:25 +0200 Subject: 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. --- mirrorlist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; -- cgit v1.2.1