From 56fb8c8d828b697bbfb07689a5a093eb7a7f0e23 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Tue, 7 Mar 2017 01:48:24 +0100 Subject: Uodate list of mirrors --- lib/cached.list.php | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 94 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/cached.list.php b/lib/cached.list.php index 1600cae01..34cc9566e 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -2,32 +2,123 @@ '_C:EU' => array ( 0 => + array ( + 'zone' => 'CZ', + 'country' => 'CZ', + 'city' => 'Brno', + 'url' => 'ftp://ftp.fi.muni.cz/pub/linux/mageia', + ), + 1 => + array ( + 'zone' => 'CZ', + 'country' => 'CZ', + 'city' => 'Brno', + 'url' => 'http://ftp.fi.muni.cz/pub/linux/mageia', + ), + 2 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'ftp://srv3.tuxinator.org/mageia', + ), + 3 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'ftp://srv4.tuxinator.org/mageia', + ), + 4 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'http://srv3.tuxinator.org/mageia', + ), + 5 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'http://srv4.tuxinator.org/mageia', + ), + 6 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'Esslingen', + 'url' => 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia', + ), + 7 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'Esslingen', + 'url' => 'http://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia', + ), + 8 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'Hermsdorf', + 'url' => 'ftp://mirror.tuxinator.org/mageia', + ), + 9 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'freiburg', + 'url' => 'ftp://mirror2.tuxinator.org/mageia', + ), + 10 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'freiburg', + 'url' => 'http://mirror2.tuxinator.org/mageia', + ), + 11 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia', ), - 1 => + 12 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'ftp://ftp.free.fr/mirrors/mageia.org', ), - 2 => + 13 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia', ), - 3 => + 14 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'http://ftp.free.fr/mirrors/mageia.org', ), + 15 => + array ( + 'zone' => 'NL', + 'country' => 'NL', + 'city' => 'Amsterdam', + 'url' => 'ftp://mageia.webconquest.com', + ), + 16 => + array ( + 'zone' => 'NL', + 'country' => 'NL', + 'city' => 'Amsterdam', + 'url' => 'http://mageia.webconquest.com', + ), ), ); ?> -- cgit v1.2.1