summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-21 22:53:19 +0000
committerKarl Berry <karl@freefriends.org>2019-10-21 22:53:19 +0000
commit9d7a6a76622efee73dfd7a7523f8c06af373a1f5 (patch)
treec0f6153bf5b868ca7a94b77437282e5bab3a8e5b
parentb745824c4b73c62ff3dce34522b057d7ecdad98b (diff)
(main): "info"(additional disabled packages), and
only if there are some, don't unconditionally "print" them. git-svn-id: svn://tug.org/texlive/trunk@52483 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index ba3876ac04e..05a59e00812 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -108,7 +108,9 @@ sub main {
&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 @@ some source file is changed (e.g., making changes to C<TeXLive/*.pm>),
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