diff options
author | Dan Fandrich <danf@mageia.org> | 2025-07-26 13:55:47 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2025-07-26 13:56:55 -0700 |
commit | f0177a1d44d8559f9b3487e51fd2c5bd14466f0b (patch) | |
tree | a120343ff0a0934f764199e82cdbbfec2ca1c318 /mirrorlist/index.php | |
parent | ed9ae22e4afe7c5cd8740e99f21eac14b5d7147a (diff) | |
download | www-master.tar www-master.tar.gz www-master.tar.bz2 www-master.tar.xz www-master.zip |
This reverts commit 84e4bdd25eb90c9957a76c272314d9e86d285742.
This was premature; mga8 isn't in the archive on distrib-coffee yet so
this always returned a bad link. Unfortunately, some mirrors have
removed mga8 which means that *some* of the links now returned will be
404, but that's better than *all* the links being wrong.
Diffstat (limited to 'mirrorlist/index.php')
-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 4a3265f69..d213606df 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', '7', '8'); +$archives = array('5', '6', '7'); if ($source){ $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; |