diff options
author | filip <filip.komar@gmail.com> | 2019-06-01 01:35:33 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2019-06-01 01:35:33 +0200 |
commit | 472caa2da8f7a714f47983dd08bdfa6442121b5f (patch) | |
tree | bfe970e092b0d7e80075af03af56cb4607b591a9 /lib/Downloads.php | |
parent | 50604903f8de0ec21850c3b608b0e26e3e4f39df (diff) | |
download | www-472caa2da8f7a714f47983dd08bdfa6442121b5f.tar www-472caa2da8f7a714f47983dd08bdfa6442121b5f.tar.gz www-472caa2da8f7a714f47983dd08bdfa6442121b5f.tar.bz2 www-472caa2da8f7a714f47983dd08bdfa6442121b5f.tar.xz www-472caa2da8f7a714f47983dd08bdfa6442121b5f.zip |
move torrent target to mga7rc
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r-- | lib/Downloads.php | 2 |
1 files changed, 1 insertions, 1 deletions
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++; |