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

commits+karl at tug.org commits+karl at tug.org
Tue Nov 12 22:34:14 CET 2019


Revision: 52752
          http://tug.org/svn/texlive?view=revision&revision=52752
Author:   karl
Date:     2019-11-12 22:34:13 +0100 (Tue, 12 Nov 2019)
Log Message:
-----------
(check_executes): do not bother to check
lualatex-dev, situation is too confused.

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-11-12 18:39:30 UTC (rev 52751)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-11-12 21:34:13 UTC (rev 52752)
@@ -5676,10 +5676,11 @@
     my $engine = $r{"engine"};
     my $name = $r{"name"};
     my $mode = $r{"mode"};
-    # special case for cont-en ...
+    # just never mind about these.
     next if ($name eq "cont-en");
+    next if ($name eq "lualatex-dev");
     # we check that the name exist in bin/$arch
-    if ($engine =~ /^(lua(jit|hb)tex|mfluajit)$/) {
+    if (",$TeXLive::TLConfig::PartialEngineSupport," =~ /,$engine,/) {
       # luajittex is special since it is not available on all architectures
       #   due to inherent reasons (machine code);
       # luahbtex is special until we build it everywhere for TL'20.



More information about the tex-live-commits mailing list