From 6230cf5be766155c31569472ce2d14f1f78d7a68 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Aug 2010 22:44:48 +0000 Subject: doc tweaks git-svn-id: svn://tug.org/texlive/trunk@19571 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-images | 3 +++ Master/tlpkg/doc/packages.txt | 23 ++++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 9ab29afa036..149a5864f60 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -80,6 +80,9 @@ MAKEINST () cp -p $master/* $imgdir 2>/dev/null || true # intentionally skip dirs cp -pr $master/readme* $master/source $imgdir # do these few dirs + # tl-portable can't be run in compressed dist. + rm -f $imgdir/tl-portable* + # included preformatted doc in new dir for the DVD. mkdir $imgdir/texlive-doc (cd $master/texmf/doc/texlive && tar cf - \ 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 -- cgit v1.2.3