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

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-167-g8508c1d



The following commit has been merged in the lab-refactor branch:
commit 8508c1d491f8eadbc330772551a6b06acd859640
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Oct 27 19:00:02 2011 +0200

    harness: Use the FullEWI output format
    
    It is less ambiguous.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/reporting/harness b/reporting/harness
index 23a5277..d57863d 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -125,7 +125,10 @@ unless ($opt_r) {
     my @diffs = $LAB->generate_diff (@manifests);
     my %skip = ();
     my @inc;
-    my $cmd ="$lintian_cmd -I -E --pedantic -v -a --show-overrides -U changelog-file";
+    # Use the FullEWI output as it is less ambiguous for html_reports - it shouldn't make a difference
+    # but still...
+    my $cmd ="$lintian_cmd -I -E --pedantic -v -a --show-overrides -U changelog-file".
+        " --exp-output=format=fullewi";
     # Remove old/stale packages from the lab
     foreach my $diff (@diffs) {
         my $type = $diff->type;

-- 
Debian package checker


Reply to: