From 2f1f0d7573618a2e68993f1d256538038b2a1019 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 13 May 2020 17:27:10 +0000 Subject: 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 --- Master/install-tl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 2a385464934..227d013c542 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -319,7 +319,7 @@ if ((defined $ARGV[0]) && $ARGV[0] eq "-from_ext_gui") { # continue with the installation # note, we are in the directory from which the aborted installation was run. my %profiledata; -if (-r "installation.profile") { +if (-r "installation.profile" && !exists $ENV{"TEXLIVE_INSTALL_NO_RESUME"}) { if ($from_ext_gui) { # prepare for dialog interaction print "mess_yesno\n"; } @@ -386,7 +386,7 @@ if ($opt_help) { @noperldoc = ("-noperldoc", "1"); } - # Tweak less stuff same as tlmgr, though. + # Tweak less invocation same as tlmgr, though. # less can break control characters and thus the output of pod2usage # is broken. We add/set LESS=-R in the environment and unset # LESSPIPE and LESSOPEN to try to help. @@ -3154,7 +3154,7 @@ variables. Omit creating the ConTeXt cache. This is useful for redistributors. -=item C +=item C Omit check for installing on top of a previous installation and then asking about importing previous settings. -- cgit v1.2.3