From e92e35166e025408a12ffeca733529570f2e11ff Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Mon, 29 Apr 2013 19:57:13 +0000 Subject: add linux.org.tr mirror (bug 8746) --- lib/cached.list.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'lib/cached.list.php') diff --git a/lib/cached.list.php b/lib/cached.list.php index 6236a7a72..500629f3a 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -495,6 +495,20 @@ 'zone' => 'TW', 'url' => 'http://ftp.tku.edu.tw/Linux/Mageia', ), + 13 => + array ( + 'city' => 'Ankara', + 'continent' => 'AS', + 'zone' => 'TR', + 'url' => 'http://ftp.linux.org.tr/mageia/', + ), + 14 => + array ( + 'city' => 'Ankara', + 'continent' => 'AS', + 'zone' => 'TR', + 'url' => 'ftp://ftp.linux.org.tr/mageia/', + ), ), 'CA' => array ( @@ -910,5 +924,22 @@ 'url' => 'ftp://mageia.mirror.garr.it/mirrors/mageia', ), ), + 'TR' => + array ( + 0 => + array ( + 'city' => 'Ankara', + 'continent' => 'AS', + 'zone' => 'TR', + 'url' => 'http://ftp.linux.org.tr/mageia/', + ), + 1 => + array ( + 'city' => 'Ankara', + 'continent' => 'AS', + 'zone' => 'TR', + 'url' => 'ftp://ftp.linux.org.tr/mageia/', + ), + ), ); ?> -- cgit v1.2.1