texlive[54214] Master/tlpkg/bin/tl-update-tlpdb: info msg with pkgs

commits+karl at tug.org commits+karl at tug.org
Mon Mar 9 23:26:52 CET 2020


Revision: 54214
          http://tug.org/svn/texlive?view=revision&revision=54214
Author:   karl
Date:     2020-03-09 23:26:52 +0100 (Mon, 09 Mar 2020)
Log Message:
-----------
info msg with pkgs with catalogue changes

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

Modified: trunk/Master/tlpkg/bin/tl-update-tlpdb
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlpdb	2020-03-09 22:24:43 UTC (rev 54213)
+++ trunk/Master/tlpkg/bin/tl-update-tlpdb	2020-03-09 22:26:52 UTC (rev 54214)
@@ -291,6 +291,8 @@
   # if requested, also may need to fix up packages with catalogue changs.
   if ($opt_catalogue_compare) {
     my %cat_fixup = tlpdb_catalogue_compare($newtlpdb, $opt_catalogue_compare);
+    info("$prg: packages with Catalogue changes: ",
+         join(" ", keys %cat_fixup), "\n") if (keys %cat_fixup);
     # hash slice to merge %cat_fixup into %packages_needing_fixup;
     # all the values are 1, so that doesn't matter.
     @packages_needing_fixup{ keys %cat_fixup } = values %cat_fixup;



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