summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlpdb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-29 00:25:34 +0000
committerKarl Berry <karl@freefriends.org>2009-11-29 00:25:34 +0000
commit9e6ef23f8980b5cd9dc477f1fc68052b91653fa8 (patch)
treebfbf5d36647be50ce899726918fdd03d7c55684a /Master/tlpkg/bin/tl-update-tlpdb
parent35a6b03343c20966985ff3b8a795f17739b0745c (diff)
don't report every package when we fix reverse revisions.
git-svn-id: svn://tug.org/texlive/trunk@16227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb
index 375aed9bba9..0f08c73ef52 100755
--- a/Master/tlpkg/bin/tl-update-tlpdb
+++ b/Master/tlpkg/bin/tl-update-tlpdb
@@ -110,7 +110,7 @@ sub main
# commit the changes (--no_commit is not given), then we recreate the tlpdb
#
if (!$opt_fromfiles && $opt_fix_reverse_revisions && !$opt_no_commit) {
- info ("$progname: Regenerating tlpdb after fixing");
+ info ("$progname: Regenerating tlpdb after fixing\n");
($newtlpdb, $pkgcount) = create_tlpdb($tlc);
#
# now recheck, but do NOT try to check in changes again by unsetting
@@ -244,8 +244,7 @@ sub create_tlpdb
if (@ARGV) {
# if we have cmd line arguments act as if --tlpsrc-from-cmdline was given.
if (!$opt_tlpsrc_from_cmdline) {
- info ("$progname: generating tlpdb in /tmp/tlut for @ARGV,\n");
- info ("$progname: no commits, no rev check.\n");
+ debug ("$progname: generating tlpdb in /tmp/tlut for @ARGV,\n");
$opt_tlpsrc_from_cmdline = 1;
}
}