texlive[53976] Master: 2020 pretest setup

commits+karl at tug.org commits+karl at tug.org
Sat Feb 29 23:05:29 CET 2020


Revision: 53976
          http://tug.org/svn/texlive?view=revision&revision=53976
Author:   karl
Date:     2020-02-29 23:05:29 +0100 (Sat, 29 Feb 2020)
Log Message:
-----------
2020 pretest setup

Modified Paths:
--------------
    trunk/Master/.mkisofsrc
    trunk/Master/release-texlive.txt
    trunk/Master/texmf-dist/web2c/texmf.cnf
    trunk/Master/texmf-dist/web2c/texmfcnf.lua
    trunk/Master/tlpkg/TeXLive/TLConfig.pm
    trunk/Master/tlpkg/TeXLive/TLUtils.pm
    trunk/Master/tlpkg/bin/tl-update-images
    trunk/Master/tlpkg/bin/tl-update-messages
    trunk/Master/tlpkg/bin/tl-update-tlnet
    trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png
    trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png
    trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf
    trunk/Master/tlpkg/doc/releng.txt
    trunk/Master/tlpkg/installer/texlive.png

Modified: trunk/Master/.mkisofsrc
===================================================================
--- trunk/Master/.mkisofsrc	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/.mkisofsrc	2020-02-29 22:05:29 UTC (rev 53976)
@@ -1,4 +1,4 @@
 APPI=Complete TeX system
 COPY=LICENSE.TL
 PUBL=TeX Live <tex-live at tug.org>
-VOLI=TeXLive2019
+VOLI=TeXLive2020

Modified: trunk/Master/release-texlive.txt
===================================================================
--- trunk/Master/release-texlive.txt	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/release-texlive.txt	2020-02-29 22:05:29 UTC (rev 53976)
@@ -1,4 +1,4 @@
-TeX Live (http://tug.org/texlive) version 2019
+TeX Live (https://tug.org/texlive) version 2020
 
 This file is public domain.  It is read by install-tl --version,
 tlmgr --version, and texconfig conf, and a final line appended with

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2020-02-29 22:05:29 UTC (rev 53976)
@@ -4,8 +4,8 @@
 % If you modify this original file, YOUR CHANGES WILL BE LOST when it is
 % updated.  Instead, put your changes -- and only your changes, not an
 % entire copy! -- in ../../texmf.cnf.  That is, if this file is
-% installed in /some/path/to/texlive/2019/texmf-dist/web2c/texmf.cnf,
-% add your custom settings to /some/path/to/texlive/2019/texmf.cnf.
+% installed in /some/path/to/texlive/2020/texmf-dist/web2c/texmf.cnf,
+% add your custom settings to /some/path/to/texlive/2020/texmf.cnf.
 % (Below, we use YYYY in place of the specific year.)
 % 
 % What follows is a super-summary of what this .cnf file can
@@ -84,10 +84,10 @@
 TEXMFHOME = ~/texmf
 
 % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
-TEXMFVAR = ~/.texlive2019/texmf-var
+TEXMFVAR = ~/.texlive2020/texmf-var
 
 % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
-TEXMFCONFIG = ~/.texlive2019/texmf-config
+TEXMFCONFIG = ~/.texlive2020/texmf-config
 
 % This is the value manipulated by tlmgr's auxtrees subcommand in the
 % root texmf.cnf. Kpathsea warns about a literally empty string for a

Modified: trunk/Master/texmf-dist/web2c/texmfcnf.lua
===================================================================
--- trunk/Master/texmf-dist/web2c/texmfcnf.lua	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/texmf-dist/web2c/texmfcnf.lua	2020-02-29 22:05:29 UTC (rev 53976)
@@ -45,13 +45,13 @@
             -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live
 
             TEXMFSYSVAR     = "selfautoparent:texmf-var",
-            TEXMFVAR        = "home:.texlive2019/texmf-var",
+            TEXMFVAR        = "home:.texlive2020/texmf-var",
 
             -- We have only one cache path but there can be more. The first writable one
             -- will be chosen but there can be more readable paths.
 
             TEXMFCACHE      = "$TEXMFSYSVAR;$TEXMFVAR",
-            TEXMFCONFIG     = "home:.texlive2019/texmf-config",
+            TEXMFCONFIG     = "home:.texlive2020/texmf-config",
 
             -- I don't like this texmf under home and texmf-home would make more
             -- sense. One never knows what installers put under texmf anywhere and

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2020-02-29 22:05:29 UTC (rev 53976)
@@ -57,11 +57,11 @@
 
 # the year of our release, will be used in the location of the
 # network packages, and in menu names, and other places.
-$ReleaseYear = 2019;
+$ReleaseYear = 2020;
 
 # users can upgrade from this year to the current year; might be the
 # same as the release year, or any number of releases earlier.
-# Generally not tested.
+# Generally not tested, but should be.
 $MinRelease = 2016;
 
 # Meta Categories do not ship files, but only call for other packages.
@@ -161,7 +161,7 @@
   "container_format" => $DefaultCompressorFormat,
   "minrelease" => $MinRelease,
   "release" => $ReleaseYear,
-  "frozen" => 1,
+  "frozen" => 0,
 );
 
 # definition of the option strings and their value types 

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2020-02-29 22:05:29 UTC (rev 53976)
@@ -337,7 +337,7 @@
     # We don't use uname numbers here.)
     #
     # this changes each year, per above:
-    my $mactex_darwin = 12;  # lowest minor rev supported by x86_64-darwin.
+    my $mactex_darwin = 13;  # lowest minor rev supported by x86_64-darwin.
     #
     # Most robust approach is apparently to check sw_vers (os version,
     # returns "10.x" values), and sysctl (processor hardware).
@@ -413,7 +413,7 @@
     'universal-darwin' => 'MacOSX universal binaries',
     'win32'            => 'Windows',
     'x86_64-cygwin'    => 'Cygwin on x86_64',
-    'x86_64-darwin'       => 'MacOSX current (10.12-) on x86_64',
+    'x86_64-darwin'       => 'MacOSX current (10.13-) on x86_64',
     'x86_64-darwinlegacy' => 'MacOSX legacy (10.6-) on x86_64',
     'x86_64-linux'     => 'GNU/Linux on x86_64',
     'x86_64-linuxmusl' => 'GNU/Linux on x86_64 with musl',

Modified: trunk/Master/tlpkg/bin/tl-update-images
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-images	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/bin/tl-update-images	2020-02-29 22:05:29 UTC (rev 53976)
@@ -2,7 +2,7 @@
 # $Id$
 # Create the .iso image(s) for TeX Live.
 # 
-# Copyright 2007-2019 Karl Berry.
+# Copyright 2007-2020 Karl Berry.
 # Copyright 2003, 2004, 2005 Sebastian Rahtz.
 #
 # This file is licensed under the GNU General Public License version 2
@@ -12,7 +12,7 @@
 # Historical notes at the end of the script.
 
 NAME=texlive
-V=2019
+V=2020
 D=`date +%Y%m%d`
 target=/home/ftp/texlive/Images/test
 

Modified: trunk/Master/tlpkg/bin/tl-update-messages
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-messages	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/bin/tl-update-messages	2020-02-29 22:05:29 UTC (rev 53976)
@@ -23,7 +23,7 @@
 xgettext -o tlpkg/translations/messages.pot	\
 	--copyright-holder="TeX Live Team"	\
 	--msgid-bugs-address=tex-live at tug.org	\
-	--package-version=2019			\
+	--package-version=2020			\
 	--package-name="TeX Live"		\
         -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k  \
        tlpkg/installer/tracked-install.pl \

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2020-02-29 22:05:29 UTC (rev 53976)
@@ -1,5 +1,5 @@
 #!/bin/sh -e
-# Copyright 2008-2019 Norbert Preining
+# Copyright 2008-2020 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 # 
@@ -13,7 +13,7 @@
 unset CDPATH
 unset LS_COLORS
 
-yyyy=2019
+yyyy=2020
 
 check_consistency=true
 chicken=false
@@ -145,7 +145,7 @@
 tlpdbopt_create_formats 1
 instopt_letter 0
 instopt_adjustpath 0
-instopt_adjustrepo 1
+instopt_adjustrepo 0
 " >texlive.profile
 
 # silence envvar warnings and the welcome message.

Modified: trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2020-02-29 14:51:29 UTC (rev 53975)
+++ trunk/Master/tlpkg/doc/releng.txt	2020-02-29 22:05:29 UTC (rev 53976)
@@ -78,8 +78,9 @@
 Empty tlpretest except for that README and 00_TIME.txt (used for mirmon).
 
 2. Prepare for pretest in cron.tl:
-critical=--critical	 # push tlcritical
+critical=--critical	 # push tlcritical, if needed/desired
 pretest=--pretest	 # update tlpretest, not tlnet (if not frozen)
+catalogue_update=true    # at least the first day, resync catalogue
 net_frozen=false 	 # update tlnet|tlpretest (per $pretest)
 (tlcritical will remain getting updated daily, even though it doesn't
  work with tlnet any more.  That's ok.  Or disable if you prefer.)

Modified: trunk/Master/tlpkg/installer/texlive.png
===================================================================
(Binary files differ)



More information about the tex-live-commits mailing list.