diff options
author | Norbert Preining <preining@logic.at> | 2010-06-05 16:31:31 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-06-05 16:31:31 +0000 |
commit | aec43c7830a63c5cc82c699f4490862af0d91958 (patch) | |
tree | 585e905c2b287f9f517a516e26859391d3937427 /Master/texmf | |
parent | d65aa576328f6698d7e7bf7c65119281cbca0981 (diff) |
various changes:
- install-tl: try to add /systems/texlive/tlnet if initial download does not
succeed
- TLDownload errorcount/enable/disable support (used in install-tl)
- TLUtils: check for TLDownload enabled status
- TLPDB: remove warning about unsuccessfull download of .tlpdb, it is now
in tlmgr (where it was already) and install-tl.
git-svn-id: svn://tug.org/texlive/trunk@18756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 966a1b6ab9d..8ab3cc79796 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4260,7 +4260,7 @@ http://tug.org/texlive/doc/install-tl.html (or in the output of install-tl --help). END_NO_INTERNET - # above text duplicated in TLPDB.pm, sorry. + # above text duplicated in install-tl $tlmediasrc = TeXLive::TLMedia->new(-location => $location, -tlpdbfile => $loc_copy_of_remote_tlpdb); |