summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-12 03:25:01 +0000
committerKarl Berry <karl@freefriends.org>2012-02-12 03:25:01 +0000
commit46727c9d68cfcaacdf6c85566052a14cf2d6a639 (patch)
tree5eac104713e8a8d33df1eec3345d64280ba5a5e6 /Master
parentd0cab1998fcd08d232243f93e598d2902c76e414 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/installer/config.guess9
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl2
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 49ba16f15c6..116b959ee5f 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-01-01'
+timestamp='2012-02-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -17,9 +17,7 @@ timestamp='2012-01-01'
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -1320,6 +1318,9 @@ EOF
i*86:AROS:*:*)
echo ${UNAME_MACHINE}-pc-aros
exit ;;
+ x86_64:VMkernel:*:*)
+ echo ${UNAME_MACHINE}-unknown-esx
+ exit ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index ce54bd400f3..787d50ffd22 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
},
@@ -131,6 +132,7 @@ $mirrors = {
'http://ctan.mackichan.com/' => 1,
'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
'http://ctan.mirrorcatalogs.com/' => 1,
+ 'http://get-software.net/' => 1,
'http://mirror.hmc.edu/ctan/' => 1,
'http://mirror.math.ku.edu/tex-archive/' => 1,
'http://mirror.unl.edu/ctan/' => 1,