texlive[55183] Master/tlpkg/bin/tl-update-tlnet: it's the .sha512

commits+karl at tug.org commits+karl at tug.org
Sun May 17 23:16:34 CEST 2020


Revision: 55183
          http://tug.org/svn/texlive?view=revision&revision=55183
Author:   karl
Date:     2020-05-17 23:16:34 +0200 (Sun, 17 May 2020)
Log Message:
-----------
it's the .sha512 that's signed.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-tlnet

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2020-05-17 17:59:27 UTC (rev 55182)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2020-05-17 21:16:34 UTC (rev 55183)
@@ -268,7 +268,7 @@
 # more consistency checks.
 if test $failure = false; then
   for cmd in \
-   "$Master/tlpkg/bin/tlgpg-verify $tltry/tlpkg/texlive.tlpdb" \
+   "$Master/tlpkg/bin/tlgpg-verify $tltry/tlpkg/texlive.tlpdb.sha512" \
    "$Master/tlpkg/bin/tl-compare-tlpdbs $critical $tltry/tlpkg/texlive.tlpdb" \
    "$Master/tlpkg/bin/tl-check-symlinks $tltryinst/$yyyy/bin" \
    "$tltryinst/$yyyy/bin/*/tlmgr --repository $tltry update --list" \
@@ -345,7 +345,7 @@
 rm -rf $tltrybase
 
 # We checked this above also, but check again.
-$Master/tlpkg/bin/tlgpg-verify $tlweb/tlpkg/texlive.tlpdb
+$Master/tlpkg/bin/tlgpg-verify $tlweb/tlpkg/texlive.tlpdb.sha512
 
 echo "$0: Done."
 



More information about the tex-live-commits mailing list.