diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-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; |