aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2017-05-25 00:27:39 +0200
committerfilip <filip.komar@gmail.com>2017-05-25 00:27:39 +0200
commit0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f (patch)
treebf48a113c63533b985483689eabd40a5d141a332 /lib/Downloads.php
parent132ad8aead0ea860b640a69ce6b1647de4868260 (diff)
downloadwww-0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f.tar
www-0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f.tar.gz
www-0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f.tar.bz2
www-0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f.tar.xz
www-0285a6dfaa394eccdb2695d7a8a2295bd1ca8c7f.zip
cache list update for Mageia-6-rc
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index d9edd4611..8d77be7e3 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -177,7 +177,7 @@ class Downloads
} else if ($mirrorlist) {
$test_file = $item['url'].'/distrib/6/x86_64/media/core/updates/repodata/repomd.xml';
} else {
- $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-6-sta2-x86_64-DVD.torrent';
+ $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-6-rc-x86_64-DVD.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;