diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-04 17:53:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-04 17:53:27 +0000 |
commit | dae6dae132662766819bf8fd71f52cc3e650968a (patch) | |
tree | 08bb026f7cb34569d4b5afdfa31aa22db35cfa66 /Master/tlpkg/bin/tl-update-tlnet | |
parent | dcb5354d471c610f8b89d3d5f1af7d1caf03f0c0 (diff) |
update 00texlive.{installer,image} in tlnet; report from texlive@schoepfer.info, 03 May 2018 18:49:46
git-svn-id: svn://tug.org/texlive/trunk@47611 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 3cc8bd7915d..2da47874b5a 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -93,7 +93,7 @@ done echo "$0: Updating $tltry with cow-shell..." cd $tltry cow-shell <<END_COW -echo "$0: Running tl-update-containers with" +echo "$0: Running tl-update-containers (from $Master) with" echo "$0: gpgcmd=$gpgcmd critical=$critical recreate=$recreate ..." $Master/tlpkg/bin/tl-update-containers $gpgcmd \ $verbose -location $tltry $critical $recreate @@ -101,11 +101,11 @@ $Master/tlpkg/bin/tl-update-containers $gpgcmd \ # 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..." +echo "$0: Running tl-update-install-pkg (also from $Master)..." $Master/tlpkg/bin/tl-update-install-pkg $gpgcmd -o $tltry END_COW -# cow-shell leaves this around. +# cow-shell might leave this around. rm -f $tltry/.ilist # if not doing the test installation, don't push anything out. |