diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-22 23:11:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-22 23:11:32 +0000 |
commit | b9c2f1887ecc71f00b5a976c23c62a1c05291c29 (patch) | |
tree | 1d0c480a8bca643839dd47bf9a2b52b11e470383 /Master/tlpkg/doc/releng.txt | |
parent | 8b1eff59ef4e0fa32ff38461e631a55cc747d3b3 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@57497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/releng.txt')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index a225c9bda73..72259cd2d24 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -205,9 +205,7 @@ mkdir /home/texlive/branch cd !$ tlyear=2019 subnum=4 -nice -19 svn co svn://tug.org/texlive/branches/branch$tlyear.$subnum . >&out -# the redirect is because there's a lot of output. If there are no -# errors, just rm out afterwards. +nice -19 svn co -q svn://tug.org/texlive/branches/branch$tlyear.$subnum . e) make the required update, probably most easily by copying the affected files from the trunk. Running ctan2tl (or c2l) inside the @@ -395,7 +393,7 @@ rm -rf $preprune change fstab mount /mnt/tl cd /mnt/tl -nice -19 perl install-tl # do full install to default location. +echo i | nice -19 perl install-tl # do full install to default location. rm /usr/local/texlive-rel; ln -s texlive/$this /usr/local/texlive-rel newsrc=!$/source mkdir $newsrc |