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

[lintian] 01/01: harness: Add two more messages 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 067c9eb0a10704e118a523e32f6f1262a5264739
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 18 11:02:54 2014 +0200

    harness: Add two more messages 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 ee1ef0b..1dfe91f 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -670,7 +670,10 @@ sub process_worklist {
                 Log(' - skipping the rest of the worklist');
                 return;
             }
+        } else {
+            Log('Lintian finished successfully');
         }
+        Log('Updating harness state cache');
         eval {$state = load_state_cache($STATE_DIR);};
         if ($@) {
             Die($@);

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


Reply to: