diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 1b636902944..ad4d0dc1f78 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -3,7 +3,7 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # -# Update a TeX Live tlnet distribution, with testing. +# Update a TeX Live tlnet area, with testing. vc_id='$Id$' unset CDPATH @@ -11,6 +11,7 @@ unset LS_COLORS chicken=false critical= +recreate= yyyy=2008 while test $# -gt 0; do @@ -18,6 +19,7 @@ while test $# -gt 0; do --critical) critical=--all;; --dry-run|-n) chicken=true;; --master) shift; Master=$1;; + --recreate) recreate=--recreate;; --testlocation) shift; tlwebtrybase=$1;; --help) echo "xxtodo. Sorry."; exit 0;; --version) echo "$vc_id"; exit 0;; @@ -57,7 +59,7 @@ echo "$0: Updating $tlwebtry in cow-shell..." cd $tlwebtry cow-shell <<END_COW echo "$0: Running tl-update-containers..." -$Master/tlpkg/bin/tl-update-containers -location $tlwebtry $critical +$Master/tlpkg/bin/tl-update-containers -location $tlwebtry $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 |