texlive[51841] Master/tlpkg/TeXLive/TLPDB.pm: (from_file): mention

commits+karl at tug.org commits+karl at tug.org
Thu Aug 8 00:31:44 CEST 2019


Revision: 51841
          http://tug.org/svn/texlive?view=revision&revision=51841
Author:   karl
Date:     2019-08-08 00:31:44 +0200 (Thu, 08 Aug 2019)
Log Message:
-----------
(from_file): mention acquire.html when from_file fails.

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPDB.pm

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2019-08-07 22:27:00 UTC (rev 51840)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2019-08-07 22:31:44 UTC (rev 51841)
@@ -355,8 +355,9 @@
         # do nothing
       } else {
         unlink($tlpdbfile);
-        tldie(  "$0: TLPDB::from_file could not download $path;\n"
-              . "$0: maybe the repository setting should be changed.\n");
+        tldie(  "$0: TLPDB::from_file could not initialize from: $path\n"
+              . "$0: Maybe the repository setting should be changed.\n"
+              . "$0: More info: https://tug.org/texlive/acquire.html\n");
       }
     }
     # if we are still here, then either the xz version was downloaded



More information about the tex-live-commits mailing list