diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 973233f5456..dc3b0db455e 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -59,12 +59,16 @@ cp -al $tlweb/* $tlwebtry # assuming GNU cp echo "$0: Updating $tlwebtry in cow-shell..." cd $tlwebtry -cow-shell <<EOF +cow-shell <<END_COW echo "$0: Running tl-update-containers..." $Master/tlpkg/bin/tl-update-containers -location $tlwebtry + +# 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 +# tested. Hopefully we don't break the Perl modules very often. echo "$0: Running tl-update-install-pkg..." $Master/tlpkg/bin/tl-update-install-pkg -o $tlwebtry -EOF +END_COW # Now we have an updated tlweb in $tlwebtry where only the changed files # are actual files, the rest are hard links. |