[Libreoffice-commits] dev-tools.git: scripts/Bugzilla.pm scripts/esc-bug-stats.pl

Michael Meeks michael.meeks at collabora.com
Thu Dec 4 02:18:36 PST 2014


 scripts/Bugzilla.pm      |    7 +++++++
 scripts/esc-bug-stats.pl |    3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 68d2dda2a02405c02118da4e5bf66b4775a7d7fe
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Dec 4 10:19:53 2014 +0000

    Add 4.5 bits, expand blacklist etc.

diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm
index 175721c..853398e 100644
--- a/scripts/Bugzilla.pm
+++ b/scripts/Bugzilla.pm
@@ -64,6 +64,13 @@ my %sadly_non_libreoffice = (
     'Jani Nikula' => 1,
     'Guo Jinxian' => 1,
     'Pekka Paalanen' => 1,
+    'Rodrigo Vivi' => 1,
+    'Stef Walter' => 1,
+    'Paulo Zanoni' => 1,
+    'Adrian Johnson' => 1,
+    'Kaveh' => 1,
+    'Marc-Andre Lureau' => 1,
+    'Aleksander Morgado' => 1,
 );
 
 sub get_url($)
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 3b299b0..3758cab 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -29,12 +29,13 @@ sub build_overall_bugstats()
 }
 
 my %bug_to_ver = (
+    '4.5' => '86696',
     '4.4' => '79641',
     '4.3' => '75025',
     '4.2' => '65675',
     '4.1' => '60270',
     '4.0' => '54157',
-    '3.6' => '44446'
+    '3.6' => '44446',
 );
 
 my %ver_open;


More information about the Libreoffice-commits mailing list