From 73561be6047c9a7380867df37651094ecae2df65 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Feb 2019 23:33:00 +0000 Subject: tl19 pretest setup git-svn-id: svn://tug.org/texlive/trunk@50149 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 2 +- Master/tlpkg/bin/tl-update-images | 4 ++-- Master/tlpkg/bin/tl-update-messages | 2 +- Master/tlpkg/bin/tl-update-tlnet | 6 +++--- .../graphics/texlive-installer-graphics-horiz.png | Bin 17967 -> 17794 bytes .../graphics/texlive-installer-graphics-vert.png | Bin 18598 -> 18428 bytes .../doc/graphics/texlive-installer-graphics.pdf | Bin 129676 -> 129702 bytes Master/tlpkg/doc/releng.txt | 13 +++++++------ 8 files changed, 14 insertions(+), 13 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index c700cf742c6..269aed464ae 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -56,7 +56,7 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2018; +$ReleaseYear = 2019; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier. diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 51f00e010c3..7e1a130504a 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -2,7 +2,7 @@ # $Id$ # Create the .iso image(s) for TeX Live. # -# Copyright 2007-2018 Karl Berry. +# Copyright 2007-2019 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=2018 +V=2019 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages index 15330d9e065..153c50696dd 100755 --- a/Master/tlpkg/bin/tl-update-messages +++ b/Master/tlpkg/bin/tl-update-messages @@ -34,7 +34,7 @@ cat install-tl >>$tmpfile xgettext -o tlpkg/translations/messages.pot \ --copyright-holder="TeX Live Team" \ --msgid-bugs-address=tex-live@tug.org \ - --package-version=2018 \ + --package-version=2019 \ --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 \ diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 2da47874b5a..f582fd14973 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2008-2018 Norbert Preining +# Copyright 2008-2019 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -9,7 +9,7 @@ vc_id='$Id$' unset CDPATH unset LS_COLORS -yyyy=2018 +yyyy=2019 check_consistency=true chicken=false @@ -133,7 +133,7 @@ tlpdbopt_install_srcfiles 1 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. diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png b/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png index d6a1afe30e1..1553576ce8d 100644 Binary files a/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png and b/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png differ diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png b/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png index 3bd60bd98df..eb8b46b8423 100644 Binary files a/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png and b/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png differ diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf b/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf index d0ef39a987d..3d886f0038e 100644 Binary files a/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf and b/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf differ diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 955319e5a7d..aadcf9c13a7 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -61,8 +61,11 @@ To stop updating of certain packages before the general freeze: Set frozen=>1 in TLConfig.pm. Freeze should happen at that night's rebuild. -1. Then, the next day, start building tlpretest: - Reset frozen=>0 in TLConfig.pm. +1. Then, the next day, start building tlpretest: reset + frozen=>0 in TLConfig.pm +and + option adjustrepo 0 in tl-update-tlnet +(since pretest users shouldn't go to CTAN for updates). 1a. Then preserve final tlnet of current release YYYY: cd /home/ftp/texlive/tlnet @@ -80,9 +83,6 @@ net_frozen=false # update tlnet|tlpretest (per $pretest) work with tlnet any more. That's ok. Or disable if you prefer.) First build happens below, after many more changes; don't start it yet. -3. option adjustrepo 0 in tl-update-tlnet, since pretest users shouldn't go -to CTAN for updates. - 4. After setting up for pretest (not before), basic updates for release year: Master/.mkisofsrc Master/release-texlive.txt @@ -90,7 +90,8 @@ Master/tlpkg/TeXLive/TLConfig.pm -- $ReleaseYear and think about $MinRelease Master/tlpkg/bin/tl-update-images Master/tlpkg/bin/tl-update-messages Master/tlpkg/bin/tl-update-tlnet -Master/tlpkg/installer/texlive.png (tlpkg/doc/texlive-installer-graphic.xcf) +Master/tlpkg/installer/texlive-*.png + (make -C Master/tlpkg/doc/graphics -W texlive-installer-graphics.tex) Master/texmf-dist/web2c/texmfcnf.lua Master/texmf-dist/web2c/texmf.cnf # from Build/.../kpathsea -- cgit v1.2.3