From 4282a7c54ad04de4be2db6612f86d888167ef9f1 Mon Sep 17 00:00:00 2001 From: filip Date: Fri, 2 Jun 2023 15:53:51 +0200 Subject: updated DL sample for MGA9 B2 --- lib/Downloads.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Downloads.php b/lib/Downloads.php index b0c0c8330..0f75304e2 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -171,7 +171,8 @@ class Downloads $num_of_all_mirrs = count($data); $num_of_tested_mirrs = 0; $common_patern = '/distrib/8/i586'; - $common_patern = '/distrib/cauldron/i586'; + $common_patern = '/distrib/9/i586'; + //~ $common_patern = '/distrib/cauldron/i586'; // this huge regex magic achieved with a lot of help from great https://regex101.com/ $single_mirror_parsing_regex = '/\s*continent\s*=\s*(?\w*)\s*,\s*'; $single_mirror_parsing_regex .= '\s*zone\s*=\s*(?\w*)\s*,\s*'; @@ -240,8 +241,8 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/8/x86_64/media/core/updates/repodata/repomd.xml'; // when changing, please change $common_patern too } else { - $test_file = $item['url'].'/iso/8/torrents/Mageia-9-Live-Xfce-i586.torrent'; - $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-9-beta1-Live-Xfce-i586.torrent'; + $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