diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-22 23:39:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-22 23:39:19 +0000 |
commit | 541b5d6395ad4c7572a52b3f7ebe30d2666e0707 (patch) | |
tree | cb460ea2d42a9bc009ab87e088c6cadde14d45df /Master/tlpkg/bin/tl-update-tlnet | |
parent | 41d30b64b0ba0859b19a0ab4563368c17bdf906f (diff) |
remove .ilist file
git-svn-id: svn://tug.org/texlive/trunk@42775 c570f23f-e606-0410-a88d-b1316a301751
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 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 |