diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-22 03:28:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-22 03:28:08 +0000 |
commit | 69cb38571b63c068a0f6cfc2f7e327f88fe83ca9 (patch) | |
tree | 560d8eb8ad5d27e09faee687de4a2da278b8e78e /Master | |
parent | aacedc65126eebb048e084258d4cd0feef3bef5f (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 4aa6548e1da..17cb3e4cd06 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirror.osqdu.org/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -97,6 +98,9 @@ $mirrors = { 'Poland' => { 'ftp://ftp.tpnet.pl/pub/CTAN/' => 1 }, + 'Portugal' => { + 'http://ftp.eq.uc.pt/software/TeX/' => 1 + }, 'Russia' => { 'ftp://ftp.vsu.ru/pub/CTAN/' => 1, 'http://ctan.uni-altai.ru/' => 1, |