diff options
-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 fcba71b4298..f3701318cac 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -81,10 +81,11 @@ chmod g+w $tltry cp -al $tlweb/* $tltry # assuming GNU cp # Update packages in our working dir. -echo "$0: Updating $tltry in cow-shell..." +echo "$0: Updating $tltry with cow-shell..." cd $tltry cow-shell <<END_COW -echo "$0: Running tl-update-containers..." +echo "$0: Running tl-update-containers with" +echo "$0: gpgcmd=$gpgcmd critical=$critical recreate=$recreate ..." $Master/tlpkg/bin/tl-update-containers $gpgcmd \ $verbose -location $tltry $critical $recreate @@ -95,6 +96,9 @@ echo "$0: Running tl-update-install-pkg..." $Master/tlpkg/bin/tl-update-install-pkg $gpgcmd -o $tltry END_COW +# cow-shell leaves this around. +rm -f $tltry/.ilist + # if not doing the test installation, don't push anything out. $testinstall || exit 0 |