texlive[47880] Master/tlpkg: yet more xzdec instances

commits+karl at tug.org commits+karl at tug.org
Thu May 31 00:51:47 CEST 2018


Revision: 47880
          http://tug.org/svn/texlive?view=revision&revision=47880
Author:   karl
Date:     2018-05-31 00:51:47 +0200 (Thu, 31 May 2018)
Log Message:
-----------
yet more xzdec instances

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/check-tlnet-consistency
    trunk/Master/tlpkg/doc/packages.txt

Modified: trunk/Master/tlpkg/bin/check-tlnet-consistency
===================================================================
--- trunk/Master/tlpkg/bin/check-tlnet-consistency	2018-05-30 22:49:54 UTC (rev 47879)
+++ trunk/Master/tlpkg/bin/check-tlnet-consistency	2018-05-30 22:51:47 UTC (rev 47880)
@@ -100,7 +100,7 @@
       die "Cannot load tlpobj from $temp/$pkg.tlpobj: $!" unless defined($tartlpobj);
       # get the src and doc containers unpacked and add the respective files
       if ($dosrc) {
-        system("cat $srccont | $::progs{xzdec} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
+        system("cat $srccont | $::progs{xz} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
         if (! -r "$temp/tlpkg/tlpobj/$pkg.source.tlpobj") {
           push @missingsrccontainer, $pkg;
           debug("ERROR: missing src container\n");
@@ -112,7 +112,7 @@
         }
       }
       if ($dodoc) {
-        system("cat $doccont | $::progs{xzdec} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
+        system("cat $doccont | $::progs{xz} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
         if (! -r "$temp/tlpkg/tlpobj/$pkg.doc.tlpobj") {
           push @missingdoccontainer, $pkg;
           debug("ERROR: missing doc container\n");

Modified: trunk/Master/tlpkg/doc/packages.txt
===================================================================
--- trunk/Master/tlpkg/doc/packages.txt	2018-05-30 22:49:54 UTC (rev 47879)
+++ trunk/Master/tlpkg/doc/packages.txt	2018-05-30 22:51:47 UTC (rev 47880)
@@ -14,7 +14,7 @@
   more likely the whole set.
 - if windows-ish (.exe extension),
   update regexps in TLTREE.pm and tlmgr.pl and ctan2tds.
-- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer,
+- add xz, maybe lz4, maybe wget binaries in Master/tlpkg/installer,
   update texlive.infra.tlpsrc if no wget or otherwise needed,
   update 00texlive.installer.tlpsrc if needed.
 - update .tlpsrc files if necessary: most likely asymptote, biber, xindy.



More information about the tex-live-commits mailing list