From 11e4274703a0e3decbd2779742668cbfdddbab13 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 9 Jul 2012 00:29:00 +0000 Subject: disable upgrades from 2011 git-svn-id: svn://tug.org/texlive/trunk@26946 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 8c1bd2e397c..f5917e8406f 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -58,7 +58,10 @@ $ReleaseYear = 2012; # users can upgrade from this year to the current year; maybe a spread # of more than one year will be useful at some point, but not now. -$MinRelease = $ReleaseYear - 1; +# $MinRelease = $ReleaseYear - 1; + +# users can NOT upgrade due to internal changes, force a full installation +$MinRelease = $ReleaseYear; # Meta Categories do not ship files, but only call for other packages. our @MetaCategories = qw/Collection Scheme/; -- cgit v1.2.3