aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-02-06 14:03:19 +0100
committerfilip <filip.komar@gmail.com>2021-02-06 14:03:19 +0100
commitfc42f5f83312fa3f1b2a6f744f8085ea729991ef (patch)
treedd7cf08f6162d7fe149d136a1b9b6feec14f7eda
parentc0c751c2ce5795aa9ad64bed77e8b7e1f093da00 (diff)
downloadwww-fc42f5f83312fa3f1b2a6f744f8085ea729991ef.tar
www-fc42f5f83312fa3f1b2a6f744f8085ea729991ef.tar.gz
www-fc42f5f83312fa3f1b2a6f744f8085ea729991ef.tar.bz2
www-fc42f5f83312fa3f1b2a6f744f8085ea729991ef.tar.xz
www-fc42f5f83312fa3f1b2a6f744f8085ea729991ef.zip
new cache target
-rw-r--r--lib/Downloads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index 12535c58b..dd68c2a66 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -219,7 +219,7 @@ class Downloads
} else if ($mirrorlist) {
$test_file = $item['url'].'/distrib/7/x86_64/media/core/updates/repodata/repomd.xml';
} else {
- $test_file = $item['url'].'/iso/cauldron/mageia8-beta1/torrents/Mageia-8-beta1-x86_64.torrent';
+ $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-8-rc-Live-Xfce-i586.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;