diff options
author | Karl Berry <karl@freefriends.org> | 2010-08-30 22:44:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-08-30 22:44:48 +0000 |
commit | 6230cf5be766155c31569472ce2d14f1f78d7a68 (patch) | |
tree | 6661f95d7ed7c905431d9a39562d45dfcb328bb8 /Master/tlpkg/doc | |
parent | 2b57ea1078fe612e67c9960f7994e5306895e4e8 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@19571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index 5fdb6010882..cdd5ca6b229 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -13,23 +13,24 @@ To add a new platform: - update .tlpsrc files if necessary. - regenerate tlpdb. -To remove an platform: +To remove a platform: - remove directory in Master/bin. - remove xz, xzdec, maybe wget binaries in Master/tlpkg/installer. - remove any special cases in Master/tlpkg/tlpsrc. - rebuild. -When switching the release version, the default network directory -specified in tl-update-tlnet, TLConfig.pm, and release-texlive-txt. -Change those. Then make the new directory, copy in tlpkg/texlive.tlpdb -but remove the 00texlive.installer stanza; tl-update-tlnet will make -everything else. But consider mv-ing the old directory so as not to -actually make new containers. Coordinate with CTAN. +When updating the release version (for testing, in advance of the actual +release), the default network directory specified in tl-update-tlnet, +TLConfig.pm, and release-texlive-txt. Change those. Then make the new +directory, copy in tlpkg/texlive.tlpdb but remove the +00texlive.installer stanza; tl-update-tlnet will make everything else. +But consider mv-ing the old directory so as not to actually make new +containers. Coordinate with CTAN. -Making the big release (2009): +Making the big release (still pending for 2010): -- Live mount: +- Live unmount: umount /home/ftp/texlive/Contents/live hx=/home/ftp/historic/systems/texlive @@ -63,8 +64,8 @@ Manfred, Klaus @ making TeX Collection. pretest mirror admins @ done till next year (~www/texlive/mirmon/tl*.txt). - make tag + branch: -svn copy -r 15946 -m'texlive-2009.0 tag based on r15946' svn://tug.org/texlive/trunk svn://tug.org/texlive/tags/texlive-2009.0 -svn copy -r 15946 -m'branch2009 branch based on r15946' svn://tug.org/texlive/trunk svn://tug.org/texlive/branches/branch2009 +svn copy -r 19552 -m'texlive-2010.0 tag based on r19552' svn://tug.org/texlive/trunk svn://tug.org/texlive/tags/texlive-2010.0 +svn copy -r 19552 -m'branch2010 branch based on r19552' svn://tug.org/texlive/trunk svn://tug.org/texlive/branches/branch2010 It's the same command, just different destinations. http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchmerge |