summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-07-09 00:29:00 +0000
committerNorbert Preining <preining@logic.at>2012-07-09 00:29:00 +0000
commit11e4274703a0e3decbd2779742668cbfdddbab13 (patch)
tree000c8d5ae5d47db65dea08f3c40dfc436bf5b3eb /Master/tlpkg/TeXLive
parentb83f904e84481f5fbf9e19ba1ab55b643b720fc1 (diff)
disable upgrades from 2011
git-svn-id: svn://tug.org/texlive/trunk@26946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm5
1 files changed, 4 insertions, 1 deletions
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/;