From 98b74e221b950d9f6821afbd2e6c011e5b20f0a8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 16 Apr 2008 10:37:00 +0000 Subject: add TeXLiveAlternativeURL git-svn-id: svn://tug.org/texlive/trunk@7446 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3