[Libreoffice-commits] dev-tools.git: scripts/qawrangler-stats.py

Rainer Bielefeld LibreOffice at bielefeldundbuss.de
Sat Apr 20 16:59:16 PDT 2013


 scripts/qawrangler-stats.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1bf495fea2c8d5592e2ebdce15e262ad42789049
Author: Rainer Bielefeld <LibreOffice at bielefeldundbuss.de>
Date:   Sun Apr 21 01:58:02 2013 +0200

    fdo#56185: fixup for Bugzilla 4

diff --git a/scripts/qawrangler-stats.py b/scripts/qawrangler-stats.py
old mode 100755
new mode 100644
index 35a1354..f73c38e
--- a/scripts/qawrangler-stats.py
+++ b/scripts/qawrangler-stats.py
@@ -21,7 +21,7 @@ try:
     txt = gz.read().decode('us-ascii')
     gz.close()
 
-    reportedby = re.compile(r'^.*ReportedBy:.(.*)$', re.MULTILINE)
+    reportedby = re.compile(r'^.*Reporter:.(.*)$', re.MULTILINE)
     reporters = re.findall(reportedby, txt)
 
     wrangledby = re.compile(r'^.*<(.*)> changed:$', re.MULTILINE)


More information about the Libreoffice-commits mailing list