diff options
author | Norbert Preining <preining@logic.at> | 2008-04-16 10:37:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-16 10:37:00 +0000 |
commit | 98b74e221b950d9f6821afbd2e6c011e5b20f0a8 (patch) | |
tree | fe6789c633e8fb6a841910eeaf164b37cfa72ea9 /Master/tlpkg/TeXLive | |
parent | 819a736f4a34367ec63da21b0c221cd4749ab0d1 (diff) |
add TeXLiveAlternativeURL
git-svn-id: svn://tug.org/texlive/trunk@7446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 77ab65d8d6a..48e97c8f9a2 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -24,6 +24,7 @@ BEGIN { $NetArchive $DiskArchive $TeXLiveURL + $TeXLiveAlternativeURL $MaxBinOnCD ); @EXPORT = @EXPORT_OK; @@ -55,7 +56,11 @@ our $DefaultContainerExtension = "tar.lzma"; our $NetArchive = "tlpkg"; our $DiskArchive = "archive"; our $TeXLiveURL = 'ftp://tug.org/texlive/tlnet/tldev'; -#our $TeXLiveURL = 'http://10.0.2.2/norbert/tltesting'; +our $TeXLiveAlternativeURL; + +# after we have gone live we should set this: +#our $TeXLiveURL = 'http://mirror.ctan.org/systems/texlive/tlnet/2008'; +#our $TeXLiveAlternativeURL = 'http://www.ctan.org/systems/texlive/tlnet/2008'; our $MaxBinOnCD = 7; |