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

[lintian] 01/01: r/harness: Pass --lintian-lab to r-sync-state



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

nthykier pushed a commit to branch master
in repository lintian.

commit 516bb3144259cc5642bf3e6738e5fcb1ab6389c7
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Feb 13 17:37:47 2015 +0100

    r/harness: Pass --lintian-lab to r-sync-state
    
    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 28f4ed9..5379c07 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -244,6 +244,7 @@ if (not $opt{'reports-only'}) {
     if ($USE_PERMANENT_LAB) {
         unshift(@lintian_harness_args,
             '--use-permanent-lab', '--lintian-lab', $LINTIAN_LAB);
+        unshift(@sync_state_args, '--lintian-lab', $LINTIAN_LAB);
     } else {
         unshift(@lintian_harness_args, '--no-use-permanent-lab');
     }
@@ -254,6 +255,8 @@ if (not $opt{'reports-only'}) {
         'err' => '&1',
     );
     delete($sync_state_opts{'out'}) if $opt{'dry-run'};
+    Log('Command: '
+          . join(' ',$dplint_cmd, 'reporting-sync-state',@sync_state_args));
     spawn(\%sync_state_opts,
         [$dplint_cmd, 'reporting-sync-state', @sync_state_args])
       or Log('warning: executing reporting-sync-state returned '

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


Reply to: