[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/02: harness: Add some more progress information to the log



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 32ee92848ce0a7c3598cd730dd3487082c6e3820
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Sep 26 08:51:17 2013 +0200

    harness: Add some more progress information to the log
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/reporting/harness b/reporting/harness
index ca4539a..bf477e9 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -176,6 +176,7 @@ if (!$opt{'reports-only'} && !$opt{'full-mode'} && !$opt{'incremental-mode'}) {
 
 unless ($opt{'reports-only'}) {
     $LAB->open;
+    Log('Processing mirror index files');
     my @manifests = local_mirror_manifests(
         $LINTIAN_ARCHIVEDIR, [_trim_split($LINTIAN_DIST)],
         [_trim_split($LINTIAN_AREA)], [_trim_split($LINTIAN_ARCH)]);
@@ -275,6 +276,8 @@ unless ($opt{'reports-only'}) {
     # from group 2 will not be procesed with their (full) group
     # (particularly without the source package).
 
+    Log('Computing grouping...');
+
     if ($opt{'full-mode'}) {
         # for full run, just replace %dirty_groups with "<all groups in lab>".
         $LAB->visit_packages(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: