summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tltestnet
diff options
context:
space:
mode:
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