diff options
Diffstat (limited to 'Master/tlpkg/doc/releng.txt')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 12 |
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)' \ |