summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-17 00:00:43 +0000
committerKarl Berry <karl@freefriends.org>2012-12-17 00:00:43 +0000
commitde9c3324abc72a20c297809807eca886e44e7426 (patch)
tree6bbfb070d7dedc0cc515412b4134ef6c82178d64 /Master/tlpkg/bin/tl-update-auto
parent639e1fdbc41e35a713fd2ab2b79e98daa1dde8ff (diff)
parse CTAN.sites, not the fancy new html appearing at http://ctan.org/mirrors
git-svn-id: svn://tug.org/texlive/trunk@28555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index c4c15205dd5..9bab2560fff 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -259,7 +259,7 @@ if test `date +%w` = 0; then # only update on Sundays
ctan_mirmon=$TMPDIR/mirmon.state
mirrors4tl=tlpkg/installer/ctan-mirrors.pl # massaged for TL
- if wget --quiet http://ctan.org/mirrors -O $ctan_mirrors \
+ if wget --quiet http://ctan.org/tex-archive/CTAN.sites -O $ctan_mirrors \
&& rsync rsync://comedy.dante.de/MirMon/mirmon.state $ctan_mirmon; then
$mydir/tl-update-ctan-mirrors $ctan_mirrors $ctan_mirmon >$mirrors4tl.new
if $diff $mirrors4tl $mirrors4tl.new; then