[lintian] 01/02: c/lintian.pm: Add a marker at start and end of group processing
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository lintian.
commit 0d683beb6c398f5151e0d459f8a852e6eec70bc3
Author: Niels Thykier <niels@thykier.net>
Date: Thu Feb 15 20:46:58 2018 +0000
c/lintian.pm: Add a marker at start and end of group processing
Signed-off-by: Niels Thykier <niels@thykier.net>
---
commands/lintian.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/commands/lintian.pm b/commands/lintian.pm
index 9f2a838..abcfed8 100755
--- a/commands/lintian.pm
+++ b/commands/lintian.pm
@@ -748,6 +748,7 @@ sub main {
# Do not start a new group if we have a signal pending.
retrigger_signal() if $received_signal;
+ v_msg("Starting on group $gname");
my $total_raw_res = timed_task {
my @group_lpkg;
my $raw_res = timed_task {
@@ -808,6 +809,7 @@ sub main {
} else {
print {$STATUS_FD} "error ${gname}${total_tres}\n";
}
+ v_msg("Finished processing group $gname");
}
# Write the lab state to the disk, so it remembers the new packages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: