summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tltestnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-09 18:08:58 +0000
committerKarl Berry <karl@freefriends.org>2019-11-09 18:08:58 +0000
commit0a137951fca97177e99f15c5a17edcbf4dd7ddf1 (patch)
tree9c00c9b2ac9ffc023ba7cf5dc39222707fd8b357 /Master/tlpkg/bin/tltestnet
parent24bb9e4fa5f638d0e535c4cdd8a87ea482b11490 (diff)
tl-update-nsis: can't remove tlpobj/ dir here.
tl-update-tlcritical: remove it here instead, after running makensis. tltestnet: new --rebuild option to update test repository. git-svn-id: svn://tug.org/texlive/trunk@52707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tltestnet')
-rwxr-xr-xMaster/tlpkg/bin/tltestnet7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tltestnet b/Master/tlpkg/bin/tltestnet
index 38248e89a2f..aaa1773f317 100755
--- a/Master/tlpkg/bin/tltestnet
+++ b/Master/tlpkg/bin/tltestnet
@@ -46,7 +46,14 @@ elif test "x$1" = x-i; then
$thisrel/install-tl $pro || exit 1 # make throwaway test install
exit $?
+elif test "x$1" = x--rebuild; then
+ # update test repository. Do -s first to put code in place, and -S after.
+ destdir=/home/ftp/texlive/test-tlnet
+ tl-update-tlnet --critical --scheme infraonly --dest $destdir
+ tl-update-tlcritical --tlcrit $destdir --no-containers
+
elif test "x$1" = x-u || test "x$1" = x--all || test "x$1" = x--self; then
+ # update installations.
if test "x$1" = x-u || test "x$1" = x--all; then
uarg=--all
elif test "x$1" = x--self; then