summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-12 15:20:30 +0000
committerKarl Berry <karl@freefriends.org>2015-04-12 15:20:30 +0000
commit70026c3c818170e14d1cea1156cf40f328ee9f6d (patch)
treec5ce24c224cea00478ed36dc11cc76f51436d537 /Master/tlpkg/doc
parentf4eeefac4175916b6911ae7e89f5ff898181340c (diff)
version/year updates for TeX Live 2015
git-svn-id: svn://tug.org/texlive/trunk@36787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index f80109e6ba4..745552ffd0b 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -47,17 +47,19 @@ to CTAN for updates.
3. The next nightly build will update tlpretest, or run
force_rebuild=true cron.tl
-(but good to do the next steps first).
+(but do the next steps first).
4. Basic updates for release year (to start pretest):
Master/.mkisofsrc
Master/release-texlive.txt
Master/tlpkg/TeXLive/TLConfig.pm (including MinRelease)
Master/tlpkg/bin/tl-update-tlnet
+Master/tlpkg/bin/tl-update-images
Master/tlpkg/installer/texlive.png
Master/texmf-dist/web2c/texmfcnf.lua
Master/texmf-dist/web2c/texmf.cnf # from Build/.../kpathsea
-(check other copyright years in *.pm, tlmgr*, install-tl)
+(check/update other copyright years in *.pm, tlmgr*, install-tl)
+Build/source/{version.ac,texk/{kpathsea,ptexenc}/configure.ac: no /dev
5. After committing, see if formats build, to check for config file problems.
Then rm -rf ~/.texlive`date +%Y` # the new one
@@ -132,8 +134,8 @@ Making the big release:
umount /home/ftp/texlive/Contents/live
hx=/home/ftp/historic/systems/texlive
-prev=2013
-this=2014
+prev=2014
+this=2015
mkdir $hx/$this
cd /home/ftp/texlive/Images
@@ -213,7 +215,7 @@ svn copy -r 34252 -m'branch2014 branch based on r34252' \
cd /home/texlive
rm -rf branch # when starting a new year on tug
mkdir branch; cd branch
-svn co file:///home/svn/texlive/branches/branch2014/Build/source . >&out
+svn co file:///home/svn/texlive/branches/branch2015/Build/source . >&out
When bug fixes are done, i.e., at another stable point, make another tag:
#svn copy -r 30858 -m'texlive-2013.1 tag based on r30858, with rebuilt binaries (only)' \