summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-23 18:06:06 +0000
committerKarl Berry <karl@freefriends.org>2009-07-23 18:06:06 +0000
commit7ed7c61b5bc6e9a0ac628ec26b923167c273c0d4 (patch)
tree380a1bedda78e5e72513851faf70a516d76e6339 /Master
parent7a2f5672f7bd79f52a33a17bb530aa4555698b16 (diff)
(init_tlmedia): change wording of msg when net
updates are frozen. git-svn-id: svn://tug.org/texlive/trunk@14407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl14
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index e13c9da496d..86da2132d86 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3141,12 +3141,20 @@ sub init_tlmedia
$texlive_release !~ m/^$TeXLive::TLConfig::ReleaseYear/) {
die "The release version of the installation source and the installation media\ndo not agree: source: $texlive_release, media: $TeXLive::TLConfig::ReleaseYear\nPlease fix your location $location";
}
- #
+
# check for being frozen
if ($tlmediatlpdb->option("frozen")) {
- tlwarn("TeX Live $TeXLive::TLConfig::ReleaseYear is frozen and will not be updated anymore.\nPlease consider updating to the next release.\n");
- exit(1);
+ my $frozen_msg = <<FROZEN;
+TeX Live $TeXLive::TLConfig::ReleaseYear is frozen and will not be
+updated anymore. This happens in preparation for a new release.
+
+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);
}
+
# save remote database if it is a net location
# make sure that the writeout of the tlpdb is done in UNIX mode
# since otherwise the sha256 will change.