From 472caa2da8f7a714f47983dd08bdfa6442121b5f Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 1 Jun 2019 01:35:33 +0200 Subject: move torrent target to mga7rc --- lib/Downloads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Downloads.php b/lib/Downloads.php index 2146d18aa..c63f45960 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -177,7 +177,7 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-beta2-x86_64.torrent'; + $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-rc-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1