texlive[52483] Master/tlpkg/bin/tl-update-containers: (main):

commits+karl at tug.org commits+karl at tug.org
Tue Oct 22 00:53:19 CEST 2019


Revision: 52483
          http://tug.org/svn/texlive?view=revision&revision=52483
Author:   karl
Date:     2019-10-22 00:53:19 +0200 (Tue, 22 Oct 2019)
Log Message:
-----------
(main): "info"(additional disabled packages), and
only if there are some, don't unconditionally
"print" them.

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

Modified: trunk/Master/tlpkg/bin/tl-update-containers
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-containers	2019-10-21 22:51:21 UTC (rev 52482)
+++ trunk/Master/tlpkg/bin/tl-update-containers	2019-10-21 22:53:19 UTC (rev 52483)
@@ -108,7 +108,9 @@
   &debug("output containerdir = $opt_containerdir\n");
   
   my @disabled_pkgs = TeXLive::TLUtils::tlnet_disabled_packages($Master);
-  print "additional tlnet disabled packages: @disabled_pkgs\n";
+  if (@disabled_pkgs) {
+    info("$0: additional tlnet disabled packages: @disabled_pkgs\n";
+  }
 
   if ($opt_recreate) {
     # remake everything.
@@ -533,9 +535,9 @@
 but the tlpdb revision number is not changed, this program will think
 that nothing needs to be updated. So, the approach for development
 without having to do full rebuilds is to manually edit the
-C<texlive.tlpdb> file in the destination directory and decrement the
-revision number (or increment the revision in the source's
-C<texlive.tlpdb>).
+C<texlive.tlpdb> file in the source repository and increment the
+revision number (decrementing the revision in the destination repo can
+cause conflicts with installations made from that destination repo).
 
 =head1 AUTHORS AND COPYRIGHT
 



More information about the tex-live-commits mailing list