aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-04-28 20:29:39 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-04-28 20:29:39 +0000
commit07a75b0fdba9f195e0a4405d632870a5aa3d30ec (patch)
tree4b8c67f928f4b52f4b7f1b92d7d51babc5ee04f7 /lib
parentfa06962acaddc24649ac53e35c3f2057fbbec2eb (diff)
downloadwww-07a75b0fdba9f195e0a4405d632870a5aa3d30ec.tar
www-07a75b0fdba9f195e0a4405d632870a5aa3d30ec.tar.gz
www-07a75b0fdba9f195e0a4405d632870a5aa3d30ec.tar.bz2
www-07a75b0fdba9f195e0a4405d632870a5aa3d30ec.tar.xz
www-07a75b0fdba9f195e0a4405d632870a5aa3d30ec.zip
add back mirrors previously removed (bug 8277)
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',
+ ),
+ ),
+); ?>
+