texlive[48111]

commits+preining at tug.org commits+preining at tug.org
Fri Jun 29 12:44:46 CEST 2018


Revision: 48111
          http://tug.org/svn/texlive?view=revision&revision=48111
Author:   preining
Date:     2018-06-29 12:44:46 +0200 (Fri, 29 Jun 2018)
Log Message:
-----------
adjust tlpdb.tlu for current format

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu

Modified: trunk/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu	2018-06-29 00:18:08 UTC (rev 48110)
+++ trunk/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu	2018-06-29 10:44:46 UTC (rev 48111)
@@ -22,9 +22,9 @@
 --  tlpobj.containersize string
 --  tlpobj.srccontainersize string
 --  tlpobj.doccontainersize string
---  tlpobj.containermd5 string
---  tlpobj.srccontainermd5 string
---  tlpobj.doccontainermd5 string
+--  tlpobj.containerchecksum string
+--  tlpobj.srccontainerchecksum string
+--  tlpobj.doccontainerchecksum string
 --  tlpobj.binfiles table indexed by archs giving table indexed by numbers
 --  tlpobj.binsize table indexed by archs giving strings
 --  tlpobj.docfiles = table indexed by numbers
@@ -118,12 +118,12 @@
           tlpobj.srccontainersize = rest
         elseif first == "doccontainersize" then
           tlpobj.doccontainersize = rest
-        elseif first == "containermd5" then
-          tlpobj.containermd5 = rest
-        elseif first == "srccontainermd5" then
-          tlpobj.srccontainermd5 = rest
-        elseif first == "doccontainermd5" then
-          tlpobj.doccontainermd5 = rest
+        elseif first == "containerchecksum" then
+          tlpobj.containerchecksum = rest
+        elseif first == "srccontainerchecksum" then
+          tlpobj.srccontainerchecksum = rest
+        elseif first == "doccontainerchecksum" then
+          tlpobj.doccontainerchecksum = rest
         elseif first == "runfiles" then
           local rsize = string.match(rest,'size=([0-9]*)')
           if (rsize) then



More information about the tex-live-commits mailing list