From 501bc64d8b0754c13da1145bc3ac267784a561ce Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 1 Jun 2016 16:41:19 +0200 Subject: adding caching list for mirrorlist + update other two caching lists (ISO and doc) --- tools/update-mirrors-list.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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); -- cgit v1.2.1