diff options
author | Norbert Preining <preining@logic.at> | 2009-05-16 06:16:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-16 06:16:19 +0000 |
commit | ab1f816d84054430f87096da0950853d6aaa5071 (patch) | |
tree | 225a8c70e3365f82c4daef323c87ee005fd40ddf | |
parent | 049a43bbc9cfb89505661849282443952434bf4e (diff) |
remove $ReleaseYear from the default CTAN path
git-svn-id: svn://tug.org/texlive/trunk@13115 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index a148fc0ae31..ad73cfa7b6d 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -65,7 +65,10 @@ our $DefaultContainerExtension = "tar.xz"; our $Archive = "archive"; our $TeXLiveServerURL = "http://mirror.ctan.org"; -our $TeXLiveServerPath = "systems/texlive/tlnet/$ReleaseYear"; +# from 2009 on we try to put them all into tlnet directly without any +# release year since we hope that we can switch over to 2010 on the fly +# our $TeXLiveServerPath = "systems/texlive/tlnet/$ReleaseYear"; +our $TeXLiveServerPath = "systems/texlive/tlnet"; our $TeXLiveURL = "$TeXLiveServerURL/$TeXLiveServerPath"; our $RelocTree = "texmf-dist"; our $RelocPrefix = "RELOC"; |