diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/update-mirrors-list.php | 4 |
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); |