[Libreoffice-commits] dev-tools.git: scripts/Bugzilla.pm scripts/esc-bug-stats.pl
Michael Meeks
michael.meeks at collabora.com
Tue Jan 27 07:08:32 PST 2015
scripts/Bugzilla.pm | 1 +
scripts/esc-bug-stats.pl | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a1e07ae25c4e389431c4fdcf094c0c5abce86e6e
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Jan 27 15:11:57 2015 +0000
Update scriptage.
diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm
index 853398e..15a95f4 100644
--- a/scripts/Bugzilla.pm
+++ b/scripts/Bugzilla.pm
@@ -71,6 +71,7 @@ my %sadly_non_libreoffice = (
'Kaveh' => 1,
'Marc-Andre Lureau' => 1,
'Aleksander Morgado' => 1,
+ 'Xavier Bachelot' => 1,
);
sub get_url($)
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 3758cab..f1a502b 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -24,7 +24,7 @@ sub build_overall_bugstats()
print STDERR " many thanks to the top bug squashers:\n";
for my $name (sort { $closed_stats->{$b} <=> $closed_stats->{$a} } keys %{$closed_stats}) {
- printf STDERR " %-20s%2s\n", $name, $closed_stats->{$name};
+ printf STDERR " %-22s%2s\n", $name, $closed_stats->{$name};
}
}
More information about the Libreoffice-commits
mailing list