diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-13 17:27:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-13 17:27:10 +0000 |
commit | 2f1f0d7573618a2e68993f1d256538038b2a1019 (patch) | |
tree | 935cc18e42eee2088ed70b140ca0ff37353794c7 /Master/tlpkg/TeXLive/TLPDB.pm | |
parent | 7bc4d5d5af13fc23119914408b8030f738af4e54 (diff) |
install-tl: if envvar TEXLIVE_INSTALL_NO_RESUME is set, omit question
about importing settings.
TLUtils.pm (install_packages): if $media != NET, abort immediately if a
package cannot be installed; no retries. Also output args if debugging.
Add TLUtils:: prefix to some other debugging lines.
TLPDB.pm: TLPDB:: prefix on debugging line.
tl-update-tlnet: show exact install-tl command that is run.
Trying shortening command prefix to basename, on most messages.
git-svn-id: svn://tug.org/texlive/trunk@55126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index e106cc467d0..af466e25a6b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1972,7 +1972,7 @@ sub _install_data { } my $ww = ($whatsize || "<unset>"); my $ss = ($whatcheck || "<unset>"); - debug("tlpdb:_install_data: what=$what, target=$target, size=$ww, checksum=$ss, tmpdir=$tempdir\n"); + debug("TLPDB::_install_data: what=$what, target=$target, size=$ww, checksum=$ss, tmpdir=$tempdir\n"); my ($ret, $pkg) = TeXLive::TLUtils::unpack($what, $target, 'size' => $whatsize, 'checksum' => $whatcheck, 'tmpdir' => $tempdir); if (!$ret) { tlwarn("TLPDB::_install_data: $pkg for $what\n"); # $pkg is error msg |