texlive[42775] Master/tlpkg/bin/tl-update-tlnet: remove .ilist file

commits+karl at tug.org commits+karl at tug.org
Fri Dec 23 00:39:19 CET 2016


Revision: 42775
          http://tug.org/svn/texlive?view=revision&revision=42775
Author:   karl
Date:     2016-12-23 00:39:19 +0100 (Fri, 23 Dec 2016)
Log Message:
-----------
remove .ilist file

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-tlnet

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2016-12-22 22:56:28 UTC (rev 42774)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2016-12-22 23:39:19 UTC (rev 42775)
@@ -81,10 +81,11 @@
 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 @@
 $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
 



More information about the tex-live-commits mailing list