texlive[62504] Master: make install-tl --continue the default

commits+karl at tug.org commits+karl at tug.org
Mon Mar 7 23:59:07 CET 2022


Revision: 62504
          http://tug.org/svn/texlive?view=revision&revision=62504
Author:   karl
Date:     2022-03-07 23:59:07 +0100 (Mon, 07 Mar 2022)
Log Message:
-----------
make install-tl --continue the default

Modified Paths:
--------------
    trunk/Master/install-tl
    trunk/Master/texmf-dist/scripts/texlive/NEWS

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2022-03-07 22:16:07 UTC (rev 62503)
+++ trunk/Master/install-tl	2022-03-07 22:59:07 UTC (rev 62504)
@@ -299,8 +299,7 @@
 my $opt_version = 0;
 my $opt_warn_checksums = 1;
 my $opt_font;
-# we might want to set this to 1 ...? TODO
-my $opt_continue = 0;
+my $opt_continue = 1;
 # unusual cases:
 $::opt_select_repository = 0;
 our $opt_in_place = 0;
@@ -375,7 +374,7 @@
 # now the others
 GetOptions(
            "all-options"                 => \$::opt_all_options,
-           "continue"                    => \$opt_continue,
+           "continue!"                   => \$opt_continue,
            "custom-bin=s"                => \$opt_custom_bin,
            "debug-translation"           => \$::debug_translation,
            "debug-fakenet"               => \$opt_debug_fakenet,
@@ -2892,8 +2891,13 @@
 =item B<-no-cls>
 
 For the text mode installer only: do not clear the screen when entering
-a new menu (for debugging purposes).
+a new menu. For debugging.
 
+=item B<-no-continue>
+
+Do not install core packages first, or retry failed packages once.  For
+debugging.
+
 =item B<-no-persistent-downloads>
 
 =item B<-persistent-downloads>

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2022-03-07 22:16:07 UTC (rev 62503)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2022-03-07 22:59:07 UTC (rev 62504)
@@ -1,7 +1,7 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
-<p><b>install-tl 62459 (released 5mar22)?</b>
+<p><b>install-tl 62494 (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.



More information about the tex-live-commits mailing list.