summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-22 23:39:19 +0000
committerKarl Berry <karl@freefriends.org>2016-12-22 23:39:19 +0000
commit541b5d6395ad4c7572a52b3f7ebe30d2666e0707 (patch)
treecb460ea2d42a9bc009ab87e088c6cadde14d45df /Master/tlpkg/bin/tl-update-tlnet
parent41d30b64b0ba0859b19a0ab4563368c17bdf906f (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-xMaster/tlpkg/bin/tl-update-tlnet8
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