diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-27 21:55:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-27 21:55:35 +0000 |
commit | 35991255091be06d8b845cc069a6ba53c1b98531 (patch) | |
tree | 24a336385f5039996b9c8f3aa250898e61198ea3 /Master/tlpkg/TeXLive | |
parent | 4321008dfa67dc0a102192760d5f491b453c339e (diff) |
(TLPDBConfigs): frozen => 0 for tl19 pretest
git-svn-id: svn://tug.org/texlive/trunk@50148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index db514127d36..c700cf742c6 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -158,7 +158,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultCompressorFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 1, + "frozen" => 0, ); # definition of the option strings and their value types |