diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-06 23:21:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-06 23:21:32 +0000 |
commit | 4726eefd36f3f04d60287ce5a9cd47b70e433141 (patch) | |
tree | eb21ebb602f3edf7bc5436299a54ba33a8a70fb0 | |
parent | 918655e598ff282a2df34d92748eb00c6082c452 (diff) |
(opt_frozen): set to 1. End of TL'12 with
tonight's build.
git-svn-id: svn://tug.org/texlive/trunk@29702 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index 58639b058b6..f3dc0753cf6 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -43,6 +43,6 @@ depend opt_path:0 depend opt_adjustrepo:1 depend opt_write18_restricted:1 -# when we want to freeze a release, uncomment this and tlmgr will bail out -# saying that TLNNNN is frozen. -depend opt_frozen:0 +# the day we want to freeze a release forever, set this to 1 and tlmgr +# will henceforth bail out saying that TLNNNN is frozen. +depend opt_frozen:1 |