From 07a75b0fdba9f195e0a4405d632870a5aa3d30ec Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 28 Apr 2013 20:29:39 +0000 Subject: add back mirrors previously removed (bug 8277) --- lib/cached.list.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cached.list.php b/lib/cached.list.php index 4bc472f21..6236a7a72 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -74,6 +74,13 @@ 'zone' => 'CZ', 'url' => 'ftp://mageia.mirror.dkm.cz/pub/mageia', ), + 2 => + array ( + 'city' => 'Amsterdam', + 'continent' => 'EU', + 'zone' => 'NL', + 'url' => 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia', + ), 3 => array ( 'city' => 'UmeƄ', @@ -123,6 +130,13 @@ 'zone' => 'CZ', 'url' => 'http://mageia.mirror.dkm.cz/pub/mageia', ), + 11 => + array ( + 'city' => 'Amsterdam', + 'continent' => 'EU', + 'zone' => 'NL', + 'url' => 'http://ftp.nluug.nl/pub/os/Linux/distr/mageia', + ), 12 => array ( 'city' => 'geneva', @@ -284,6 +298,13 @@ 'zone' => 'DE', 'url' => 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia', ), + 38 => + array ( + 'city' => 'Perugia', + 'continent' => 'EU', + 'zone' => 'IT', + 'url' => 'ftp://mageia.mirror.garr.it/mirrors/mageia', + ), ), 'CZ' => array ( @@ -554,6 +575,23 @@ 'url' => 'http://mageia.fis.unb.br', ), ), + 'NL' => + array ( + 0 => + array ( + 'city' => 'Amsterdam', + 'continent' => 'EU', + 'zone' => 'NL', + 'url' => 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia', + ), + 1 => + array ( + 'city' => 'Amsterdam', + 'continent' => 'EU', + 'zone' => 'NL', + 'url' => 'http://ftp.nluug.nl/pub/os/Linux/distr/mageia', + ), + ), 'SE' => array ( 0 => @@ -855,4 +893,22 @@ 'url' => 'http://ftp.jaist.ac.jp/pub/Linux/Mageia', ), ), -); ?> \ No newline at end of file + 'IT' => + array ( + 0 => + array ( + 'city' => 'Perugia', + 'continent' => 'EU', + 'zone' => 'IT', + 'url' => 'http://mageia.mirror.garr.it/mirrors/mageia', + ), + 1 => + array ( + 'city' => 'Perugia', + 'continent' => 'EU', + 'zone' => 'IT', + 'url' => 'ftp://mageia.mirror.garr.it/mirrors/mageia', + ), + ), +); ?> + -- cgit v1.2.1