diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-03-07 01:48:24 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-03-07 01:48:24 +0100 |
commit | 56fb8c8d828b697bbfb07689a5a093eb7a7f0e23 (patch) | |
tree | a0362fb2469ffd826fc7b8a0855ec3e44d11c78d /lib | |
parent | 59d27b67c4af936c70b72860af10e1c1138ab654 (diff) | |
download | www-56fb8c8d828b697bbfb07689a5a093eb7a7f0e23.tar www-56fb8c8d828b697bbfb07689a5a093eb7a7f0e23.tar.gz www-56fb8c8d828b697bbfb07689a5a093eb7a7f0e23.tar.bz2 www-56fb8c8d828b697bbfb07689a5a093eb7a7f0e23.tar.xz www-56fb8c8d828b697bbfb07689a5a093eb7a7f0e23.zip |
Uodate list of mirrors
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cached.list.php | 97 |
1 files changed, 94 insertions, 3 deletions
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 @@ -3,31 +3,122 @@ 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', + ), ), ); ?> |