From 42a79f25213df08f7fcfd1583202a2e55ceb7f0b Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 30 Jun 2019 23:53:52 +0200 Subject: refresh mirror list --- lib/cached.list.php | 46 +++++++++++++++++++++++++++++++++++++--------- lib/cached.list_doc.php | 7 ------- 2 files changed, 37 insertions(+), 16 deletions(-) diff --git a/lib/cached.list.php b/lib/cached.list.php index cb45d304f..44c2d7a20 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -47,69 +47,97 @@ 'url' => 'https://mirrors.ustc.edu.cn/mageia', ), 4 => + array ( + 'zone' => 'CN', + 'country' => 'CN', + 'city' => 'Shanghai', + 'url' => 'http://ftp.sjtu.edu.cn/mageia', + ), + 5 => + array ( + 'zone' => 'CN', + 'country' => 'CN', + 'city' => 'Shanghai', + 'url' => 'https://ftp.sjtu.edu.cn/mageia', + ), + 6 => array ( 'zone' => 'IL', 'country' => 'IL', 'city' => '-', 'url' => 'http://mirror.isoc.org.il/pub/mageia', ), - 5 => + 7 => array ( 'zone' => 'JP', 'country' => 'JP', 'city' => 'Tsukuba', 'url' => 'http://ftp.tsukuba.wide.ad.jp/Linux/mageia', ), - 6 => + 8 => array ( 'zone' => 'PH', 'country' => 'PH', 'city' => 'Cebu', 'url' => 'ftp://mirror.rise.ph/mageia', ), - 7 => + 9 => array ( 'zone' => 'PH', 'country' => 'PH', 'city' => 'Cebu', 'url' => 'http://mirror.rise.ph/mageia', ), - 8 => + 10 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'ftp://ftp.linux.org.tr/mageia', ), - 9 => + 11 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'http://ftp.linux.org.tr/mageia', ), - 10 => + 12 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Chungli', 'url' => 'ftp://ftp.yzu.edu.tw/Linux/Mageia', ), - 11 => + 13 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Chungli', 'url' => 'http://ftp.yzu.edu.tw/Linux/Mageia', ), - 12 => + 14 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'ftp://free.nchc.org.tw/mageia', + ), + 15 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'http://free.nchc.org.tw/mageia', + ), + 16 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Taipei', 'url' => 'ftp://ftp.tku.edu.tw/Linux/Mageia', ), - 13 => + 17 => array ( 'zone' => 'TW', 'country' => 'TW', diff --git a/lib/cached.list_doc.php b/lib/cached.list_doc.php index b1fd9f274..5ea282bd4 100644 --- a/lib/cached.list_doc.php +++ b/lib/cached.list_doc.php @@ -442,13 +442,6 @@ 'url' => 'http://ftp.acc.umu.se/mirror/mageia', ), 43 => - array ( - 'zone' => 'UA', - 'country' => 'UA', - 'city' => 'Vinnytsia', - 'url' => 'ftp://mageia.ip-connect.vn.ua/mirror/mageia', - ), - 44 => array ( 'zone' => 'UA', 'country' => 'UA', -- cgit v1.2.1