summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-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