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

Michael Meeks michael.meeks at collabora.com
Tue Jul 8 09:12:05 PDT 2014


 scripts/Bugzilla.pm      |    1 +
 scripts/esc-bug-stats.pl |   21 +++++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

New commits:
commit 19dc302242d4731ccedf249fd06291aa15638ddb
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Tue Jul 8 17:07:37 2014 +0100

    Fix scripts for 4.4

diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm
index 8ee0e58..8093c8b 100644
--- a/scripts/Bugzilla.pm
+++ b/scripts/Bugzilla.pm
@@ -57,6 +57,7 @@ my %sadly_non_libreoffice = (
     'Rex Dieter' => 1,
     'Tom Stellard' => 1,
     'almos' => 1,
+    'Andreas Boll' => 1,
 );
 
 sub get_url($)
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 872f9eb..508a95b 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -29,6 +29,7 @@ sub build_overall_bugstats()
 }
 
 my %bug_to_ver = (
+    '4.4' => '79641',
     '4.3' => '75025',
     '4.2' => '65675',
     '4.1' => '60270',
@@ -196,6 +197,12 @@ print << "EOF"
       <text:p>Closed 4.3</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
+      <text:p>Open 4.4</text:p>
+     </table:table-cell>
+     <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
+      <text:p>Closed 4.4</text:p>
+     </table:table-cell>
+     <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
       <text:p>Total 3.5</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
@@ -214,6 +221,9 @@ print << "EOF"
       <text:p>Total 4.3</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
+      <text:p>Total 4.4</text:p>
+     </table:table-cell>
+     <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
       <text:p>Total Open</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="boldheader" office:value-type="string" calcext:value-type="string">
@@ -234,17 +244,20 @@ print << "EOF"
      <table:table-cell/> <!-- 4.1 -->
      <table:table-cell/>
      <table:table-cell office:value-type="float" office:value="$ver_open{'4.2'}" calcext:value-type="float"/>
-     <table:table-cell table:formula="of:=[.R2]-[.J2]" office:value-type="float"  calcext:value-type="float"/>
+     <table:table-cell table:formula="of:=[.T2]-[.J2]" office:value-type="float"  calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_open{'4.3'}" calcext:value-type="float"/>
-     <table:table-cell table:formula="of:=[.S2]-[.L2]" office:value-type="float"  calcext:value-type="float"/>
+     <table:table-cell table:formula="of:=[.U2]-[.L2]" office:value-type="float"  calcext:value-type="float"/>
+     <table:table-cell office:value-type="float" office:value="$ver_open{'4.4'}" calcext:value-type="float"/>
+     <table:table-cell table:formula="of:=[.V2]-[.N2]" office:value-type="float"  calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="221" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_total{'3.6'}" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_total{'4.0'}" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_total{'4.1'}" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_total{'4.2'}" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_total{'4.3'}" calcext:value-type="float"/>
-     <table:table-cell table:formula="of:=[.B2]+[.D2]+[.F2]+[.H2]+[.J2]+[.L2]" office:value-type="float"/>
-     <table:table-cell table:formula="of:=SUM([.N2:.S2])-[.T2]" office:value-type="float"/>
+     <table:table-cell office:value-type="float" office:value="$ver_total{'4.4'}" calcext:value-type="float"/>
+     <table:table-cell table:formula="of:=[.B2]+[.D2]+[.F2]+[.H2]+[.J2]+[.L2]+[.N2]" office:value-type="float"/>
+     <table:table-cell table:formula="of:=SUM([.P2:.V2])-[.W2]" office:value-type="float"/>
     </table:table-row>
 
     <table:table-row/>


More information about the Libreoffice-commits mailing list