From b3b55e5488ff9c489436e836b4638ef8457085cd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 13 Apr 2022 00:49:43 +0000 Subject: (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 git-svn-id: svn://tug.org/texlive/trunk@63018 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/NEWS | 10 +++++++++- Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/texlive') diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 4772ada6c86..8f1049b9167 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,7 +1,15 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -

install-tl 62504 (released 7mar22)? +

tlmgr 63018 (released 12apr22): +

  • tlmgr check files also ignores the tlmgr*.log files. +
  • document that in user mode, tlmgr*.log are written in the user tree. + +

    install-tl 63001 (released 11apr22): +

  • default to the text interface on Darwin. +
  • disk space checking implemented for Windows. + +

    install-tl 62504 (released 7mar22):

  • install core packages first, retry other packages once.
  • basic check for enough disk free, given a working df -P.
  • catch interrupt signals and exit immediately. diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 647cf5d4009..0d20a23bceb 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5614,6 +5614,7 @@ sub check_files { 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 @@ just as in normal mode. In user mode, these actions operate only on the user tree's configuration files and/or C. +=head2 User mode logs + +In user mode, C and are written in the +C directlry instead of C. + =head1 MULTIPLE REPOSITORIES The main TeX Live repository contains a vast array of packages. -- cgit v1.2.3