texlive[63018] Master/texmf-dist/scripts/texlive: (check_files):
commits+karl at tug.org
commits+karl at tug.org
Wed Apr 13 02:49:43 CEST 2022
Revision: 63018
http://tug.org/svn/texlive?view=revision&revision=63018
Author: karl
Date: 2022-04-13 02:49:43 +0200 (Wed, 13 Apr 2022)
Log Message:
-----------
(check_files): ignore tlmgr.log and tlmgr-commands.log.
(USER MODE) doc: mention that tlmgr*.log are written to USERTREE/web2c.
Report from Yang Hong,
https://tug.org/pipermail/tex-live/2022-April/048008.html
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/NEWS
trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS 2022-04-13 00:36:11 UTC (rev 63017)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS 2022-04-13 00:49:43 UTC (rev 63018)
@@ -1,7 +1,15 @@
(This file public domain. Originally written by Norbert Preining and
Karl Berry, 2010.)
-<p><b>install-tl 62504 (released 7mar22)?</b>
+<p><b>tlmgr 63018 (released 12apr22):</b>
+<li>tlmgr check files also ignores the tlmgr*.log files.
+<li>document that in user mode, tlmgr*.log are written in the user tree.
+
+<p><b>install-tl 63001 (released 11apr22):</b>
+<li>default to the text interface on Darwin.
+<li>disk space checking implemented for Windows.
+
+<p><b>install-tl 62504 (released 7mar22):</b>
<li>install core packages first, retry other packages once.
<li>basic check for enough disk free, given a working df -P.
<li>catch interrupt signals and exit immediately.
Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2022-04-13 00:36:11 UTC (rev 63017)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2022-04-13 00:49:43 UTC (rev 63018)
@@ -5614,6 +5614,7 @@
tlpkg/texlive.tlpdb tlpkg/tlpobj tlpkg/texlive.profile
texmf-config/ texmf-var/
texmf.cnf texmfcnf.lua install-tl.log
+ tlmgr.log tlmgr-commands.log
!;
my %tltreefiles = %{$tltree->{'_allfiles'}};
my @tlpdbfiles = keys %filetopacks;
@@ -9648,6 +9649,11 @@
In user mode, these actions operate only on the user tree's
configuration files and/or C<texlive.tlpdb>.
+=head2 User mode logs
+
+In user mode, C<tlmgr.log> and <tlmgr-commands.log> are written in the
+C<USERTREE/web2c/> directlry instead of C<TEXMFSYSVAR/web2c/>.
+
=head1 MULTIPLE REPOSITORIES
The main TeX Live repository contains a vast array of packages.
More information about the tex-live-commits
mailing list.