aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-01 16:41:19 +0200
committerfilip <filip.komar@gmail.com>2016-06-01 16:41:19 +0200
commit501bc64d8b0754c13da1145bc3ac267784a561ce (patch)
tree4429ef558b8bf41dc08098b33b2d9bb17b307a16 /tools
parent38f6cf7ecc3b712069889b0efaea799b2806506f (diff)
downloadwww-501bc64d8b0754c13da1145bc3ac267784a561ce.tar
www-501bc64d8b0754c13da1145bc3ac267784a561ce.tar.gz
www-501bc64d8b0754c13da1145bc3ac267784a561ce.tar.bz2
www-501bc64d8b0754c13da1145bc3ac267784a561ce.tar.xz
www-501bc64d8b0754c13da1145bc3ac267784a561ce.zip
adding caching list for mirrorlist
+ update other two caching lists (ISO and doc)
Diffstat (limited to 'tools')
-rw-r--r--tools/update-mirrors-list.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/update-mirrors-list.php b/tools/update-mirrors-list.php
index 0ee8601a2..3b65c6529 100644
--- a/tools/update-mirrors-list.php
+++ b/tools/update-mirrors-list.php
@@ -15,3 +15,7 @@ echo PHP_EOL . PHP_EOL;
echo 'Rebuilding ./lib/cached.list_doc.php with the date.txt as a test file.' . PHP_EOL;
Downloads::get_all_mirrors(false, true);
+echo PHP_EOL . PHP_EOL;
+
+echo 'Rebuilding ./lib/cached.list_mirrorlist.php with the repomd.xml as a test file.' . PHP_EOL;
+Downloads::get_all_mirrors(false, false, true);