This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 115e7e004c01869c92986f4b5d1c094c25a080d2 Author: Niels Thykier <[email protected]> Date: Mon Feb 9 22:03:00 2015 +0100 r/harness: Print r-lintian-harness cmd line Signed-off-by: Niels Thykier <[email protected]> --- reporting/harness | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reporting/harness b/reporting/harness index 300e7cf..ac3ca2d 100755 --- a/reporting/harness +++ b/reporting/harness @@ -255,12 +255,15 @@ if (not $opt{'reports-only'}) { . (($? >> 8) & 0xff)); Log('Running running lintian (via reporting-lintian-harness)'); - + Log("Command: " + . join($dplint_cmd, 'reporting-lintian-harness', + @lintian_harness_args)); my %harness_lintian_opts = ( 'pipe_out' => FileHandle->new, 'err' => '&1', 'fail' => 'never', ); + if (not $opt{'dry-run'}) { spawn(\%harness_lintian_opts, [$dplint_cmd, 'reporting-lintian-harness', @lintian_harness_args]); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

