aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-16 12:43:52 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-16 12:43:52 +0200
commit5ad311bf621ec542ed16e323428bedc91744d4b8 (patch)
tree9a36326bb889ac89c0312559b17bb85e386e5b4a /lib/Downloads.php
parenta29d57476d8c9419aff1333d3dd32659159f5a15 (diff)
downloadwww-5ad311bf621ec542ed16e323428bedc91744d4b8.tar
www-5ad311bf621ec542ed16e323428bedc91744d4b8.tar.gz
www-5ad311bf621ec542ed16e323428bedc91744d4b8.tar.bz2
www-5ad311bf621ec542ed16e323428bedc91744d4b8.tar.xz
www-5ad311bf621ec542ed16e323428bedc91744d4b8.zip
Update list of mirror for Mageia 6
(doc, isos, dnf)
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index 8d77be7e3..6a5342993 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -173,11 +173,11 @@ class Downloads
);
if ($documentation) {
- $test_file = $item['url'].'/people/marcom/doc/mga5/date.txt';
+ $test_file = $item['url'].'/doc/mga6/date.txt';
} 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-rc-x86_64-DVD.torrent';
+ $test_file = $item['url'].'/iso/6/torrents/Mageia-6-x86_64-DVD.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;