[Libreoffice-commits] dev-tools.git: scripts/annotate.pl scripts/esc-bug-stats.pl
Michael Meeks
michael.meeks at collabora.com
Tue Apr 22 02:42:33 PDT 2014
scripts/annotate.pl | 3 ++-
scripts/esc-bug-stats.pl | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit d1e5102ab1950b95bb37f3995f687b5fc50a4d1e
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Apr 22 10:43:58 2014 +0100
cleanup annotations, expand bugzilla black-list
diff --git a/scripts/annotate.pl b/scripts/annotate.pl
index 70e0016..fc07b36 100755
--- a/scripts/annotate.pl
+++ b/scripts/annotate.pl
@@ -113,6 +113,7 @@ sub dump_breakdown($)
$stem =~ s/^merged as.*$/merged as:/;
$stem =~ s/^prefer.*$/prefer:/;
$stem =~ s/^reject.*$/reject:/;
+ $stem =~ s/^ignore.*$/ignore:/; # don't breakdown reasons anymore.
$frequency{$stem} = 0 if (!defined $frequency{$stem});
$frequency{$stem}++;
$annotated++;
@@ -135,7 +136,7 @@ sub dump_breakdown($)
print "$frequency{$stem}\t$stem\n";
}
print "contiguous annotations: $contiguous - contiguous\n";
- print "contiguous tolerating $in_start_limit_max missing: $contiguous_limit\n";
+# print "contiguous tolerating $in_start_limit_max missing: $contiguous_limit\n";
}
sub sanity_check_revs($$)
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 69a9dfb..487bf1b 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -42,6 +42,8 @@ my %sadly_non_libreoffice = (
'Peter Hutterer' => 1,
'Guillaume Desmottes' => 1,
'Bryce Harrington' => 1,
+ 'Paolo Zanoni' => 1,
+ 'David Faure' => 1,
);
# use me for testing XML pretty printing etc.
More information about the Libreoffice-commits
mailing list