[Libreoffice-commits] dev-tools.git: esc-reporting/qa-tools.py

Xisco Fauli anistenis at gmail.com
Fri Sep 1 12:14:16 UTC 2017


 esc-reporting/qa-tools.py |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2ac1f0770f23f93d1f5bb427e74ee09e4e0a426e
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Fri Sep 1 14:13:00 2017 +0200

    QA tools: last ping comment shouldn't be tagged as obsolete

diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py
index 04df476..b6a859f 100755
--- a/esc-reporting/qa-tools.py
+++ b/esc-reporting/qa-tools.py
@@ -166,6 +166,7 @@ def util_create_statList():
         'massping':
             {
                 'needinfo': [],
+                'obsolete': [],
                 'untouched': [],
                 '1year': [],
                 '2years': [],
@@ -615,6 +616,8 @@ def analyze_bugzilla(statList, bugzillaData, cfg):
                             statList['massping']['2years'].append(rowId)
                     else:
                         statList['massping']['1year'].append(rowId)
+                        if "obsolete" in comments[-1]["tags"]:
+                            statList['massping']['obsolete'].append(rowId)
                 elif needInfoPingComment in comments[-1]["text"]:
                     if rowStatus == 'NEEDINFO':
                         statList['massping']['needinfo'].append(rowId)


More information about the Libreoffice-commits mailing list