summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt6
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