aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-03-07 00:21:13 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2017-03-07 00:21:13 +0100
commitfde8b0ca78929cee2ad59389f7e59dd962ba113d (patch)
tree7f62c1c8a633a0279ff308c63112fae0e3285ed9 /lib/Downloads.php
parent61b6cae5fc829daf262f61d37f473869291ac203 (diff)
downloadwww-fde8b0ca78929cee2ad59389f7e59dd962ba113d.tar
www-fde8b0ca78929cee2ad59389f7e59dd962ba113d.tar.gz
www-fde8b0ca78929cee2ad59389f7e59dd962ba113d.tar.bz2
www-fde8b0ca78929cee2ad59389f7e59dd962ba113d.tar.xz
www-fde8b0ca78929cee2ad59389f7e59dd962ba113d.zip
Update list or mirror with currently mga6 sta2
to update in a few hours
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 b93736486..d9edd4611 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/5.1/torrents/Mageia-5.1-x86_64-DVD.torrent';
+ $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-6-sta2-x86_64-DVD.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;