texlive[52123] Master/texmf-dist/scripts/texlive/tlmgr.pl:

commits+karl at tug.org commits+karl at tug.org
Thu Sep 19 20:18:42 CEST 2019


Revision: 52123
          http://tug.org/svn/texlive?view=revision&revision=52123
Author:   karl
Date:     2019-09-19 20:18:41 +0200 (Thu, 19 Sep 2019)
Log Message:
-----------
(setup_one_remotetlpdb): adjust message;
VS_CONNECTION_ERROR does not necessarily mean they don't have
any Internet connection at all (we can't know that).

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-09-18 23:53:41 UTC (rev 52122)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-09-19 18:18:41 UTC (rev 52123)
@@ -6948,14 +6948,14 @@
         = TeXLive::TLCrypto::verify_checksum($loc_copy_of_remote_tlpdb, $path);
       if ($ret == $VS_CONNECTION_ERROR) {
         info(<<END_NO_INTERNET);
-No connection to the internet.
 Unable to download the checksum of the remote TeX Live database,
-but found a local copy so using that.
+but found a local copy, so using that.
 
-You may want to try specifying an explicit or different CTAN mirror;
+You may want to try specifying an explicit or different CTAN mirror,
+or maybe you need to specify proxy information if you're behind a firewall;
 see the information and examples for the -repository option at
 https://tug.org/texlive/doc/install-tl.html
-(or in the output of install-tl --help).
+(and in the output of install-tl --help).
 
 END_NO_INTERNET
         # above text duplicated in install-tl



More information about the tex-live-commits mailing list