diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index acac95f3e1d..b28231df477 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, 2008, 2009, 2010 Karl Berry. +# Copyright 2007, 2008, 2009, 2010, 2011 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=2010 +V=2011 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index c2b654b1069..bb8616126a7 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -41,7 +41,15 @@ force_rebuild=true cron.tl 4. kpathsea/texmf.cnf & web2c/texmf.cnf, Master/release-texlive.txt, Master/tlpkg/TeXLive/TLConfig.pm - change $ReleaseYear. + .mkisofsrc tlcritical will remain getting updated daily, even though it doesn't work with tlnet any more. c'est la vie. + + +when closer to time: + in cron.tl, images_frozen=false + in tl-update-images, ensure V= the new YYYY and target=/.../test + update /home/ftp/texlive/Images/test/README + after successful image build, email tldistro@tug.org for info/review |