summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 1327209c257..9b90328faf6 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -9,11 +9,14 @@ vc_id='$Id$'
unset CDPATH
unset LS_COLORS
+yyyy=2008
+
chicken=false
critical=
recreate=
testinstall=true
-yyyy=2008
+verbose=
+
while test $# -gt 0; do
case $1 in
@@ -23,6 +26,7 @@ while test $# -gt 0; do
--no-testinstall|-N) testinstall=false;;
--recreate) recreate=--recreate;;
--testlocation) shift; tltrybase=$1;;
+ -v|-vv|-vvv) verbose=$1;;
--help) echo "xxtodo. Sorry."; exit 0;;
--version) echo "$vc_id"; exit 0;;
--*) echo "$0: unrecognized option \`$1'." >&2
@@ -64,7 +68,8 @@ echo "$0: Updating $tltry in cow-shell..."
cd $tltry
cow-shell <<END_COW
echo "$0: Running tl-update-containers..."
-$Master/tlpkg/bin/tl-update-containers -location $tltry $critical $recreate
+$Master/tlpkg/bin/tl-update-containers \
+ $verbose -location $tltry $critical $recreate
# It is scary, but I guess we should update the installer package every
# day, partly for the sake of doc.html and partly so it actually gets