From c1cdbef50eb1c4047b732113e533cf74bc3df446 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 30 Jun 2019 01:27:06 +0200 Subject: switch cache regenerator to mga7 --- lib/Downloads.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Downloads.php b/lib/Downloads.php index c63f45960..42f706997 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -175,9 +175,9 @@ class Downloads if ($documentation) { $test_file = $item['url'].'/doc/mga6/date.txt'; } else if ($mirrorlist) { - $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml'; + $test_file = $item['url'].'/distrib/7/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-rc-x86_64.torrent'; + $test_file = $item['url'].'/iso/7/torrents/Mageia-7-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1