texlive[52456] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Sun Oct 20 19:28:18 CEST 2019


Revision: 52456
          http://tug.org/svn/texlive?view=revision&revision=52456
Author:   karl
Date:     2019-10-20 19:28:18 +0200 (Sun, 20 Oct 2019)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/tests/TeXLive/TLConfig.pm
    trunk/Master/texmf-dist/scripts/texlive/NEWS

Modified: trunk/Build/source/texk/tests/TeXLive/TLConfig.pm
===================================================================
--- trunk/Build/source/texk/tests/TeXLive/TLConfig.pm	2019-10-20 11:20:11 UTC (rev 52455)
+++ trunk/Build/source/texk/tests/TeXLive/TLConfig.pm	2019-10-20 17:28:18 UTC (rev 52456)
@@ -1,11 +1,11 @@
 # TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2018 Norbert Preining
+# Copyright 2007-2019 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
 package TeXLive::TLConfig;
 
-my $svnrev = '$Revision: 50190 $';
+my $svnrev = '$Revision: 52112 $';
 my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
 sub module_revision { return $_modulerevision; }
 
@@ -113,10 +113,10 @@
 our @AcceptedFallbackDownloaders = qw/curl wget/;
 our %FallbackDownloaderProgram = ( 'wget' => 'wget', 'curl' => 'curl');
 our %FallbackDownloaderArgs = (
-  'curl' => ['--user-agent', 'texlive/curl', '--retry', '10', 
+  'curl' => ['--user-agent', 'texlive/curl', '--retry', '4', '--retry-delay', '5',
              '--fail', '--location',
              '--connect-timeout', "$NetworkTimeout", '--silent', '--output'],
-  'wget' => ['--user-agent=texlive/wget', '--tries=10',
+  'wget' => ['--user-agent=texlive/wget', '--tries=4',
              "--timeout=$NetworkTimeout", '-q', '-O'],
 );
 # the way we package things on the web

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2019-10-20 11:20:11 UTC (rev 52455)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2019-10-20 17:28:18 UTC (rev 52456)
@@ -1,10 +1,11 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
+<p><b>tlmgr 52123 (released 20oct19):</b>
 <li>tlmgr check runfiles: ignore latex-.*-dev packages.
 <li>reduce download retries for curl and wget from 10 to 4.
+<li>TLUtils.pm: prepare for versioned containers.
 
-
 <p><b>tlmgr 51555 (released 5jul19):</b>
 <li>runscript.tlu: use vbscript for GUI error boxes, so tlshell can be
 its own self-contained package, entirely separate from texlive.infra.



More information about the tex-live-commits mailing list