From fbb529ea9bbcae8cf1d329313e6409330bcddc80 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sat, 26 Aug 2023 19:34:37 +0200 Subject: Update mirror cache with Mageia 9 iso and last RPM (currently kernel.org out of sync) --- lib/Downloads.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Downloads.php') diff --git a/lib/Downloads.php b/lib/Downloads.php index 0f75304e2..69a0e38ad 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -239,10 +239,10 @@ class Downloads if ($documentation) { $test_file = $item['url'].'/doc/mga8/date.txt'; } else if ($mirrorlist) { - $test_file = $item['url'].'/distrib/8/x86_64/media/core/updates/repodata/repomd.xml'; // when changing, please change $common_patern too + $test_file = $item['url'].'/distrib/9/x86_64/media/core/updates/repodata/repomd.xml'; // when changing, please change $common_patern too + $test_file = $item['url'].'/distrib/9/x86_64/media/core/release/meta-task-9-2.mga9.noarch.rpm'; // when changing, please change $common_patern too } else { $test_file = $item['url'].'/iso/9/torrents/Mageia-9-Live-Xfce-i586.torrent'; - $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-9-beta2-Live-Xfce-i586.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1