diff options
author | Norbert Preining <preining@logic.at> | 2010-05-13 23:59:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-13 23:59:00 +0000 |
commit | 38d401260cc383dece1b93ab871905c7e3839b7f (patch) | |
tree | b20d449cff28922cb4b140c37815c485047a7a45 | |
parent | 2f26d0832393ae51ec63cfd728e1913904da5bbc (diff) |
only tlwarn, not tldie if repository is frozen
git-svn-id: svn://tug.org/texlive/trunk@18234 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f8d28f5eb32..437cbb83cad 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4281,7 +4281,8 @@ If you're interested in helping to pretest the new release (when pretests are available), please read http://tug.org/texlive/pretest.html. Otherwise, just wait, and the new release will be ready in due time. FROZEN - tldie($frozen_msg); + # don't die here, we want to allow updates even if tlnet is frozen! + tlwarn($frozen_msg); } # save remote database if it is a net location |