aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cached.list.php58
1 files changed, 57 insertions, 1 deletions
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',
+ ),
+ ),
+); ?>
+