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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 7 18:38:06 UTC 2018


 qa/bugzillaChecker.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit aaba5c44f67b65a48b1a478b0ee072233085d25f
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Aug 7 20:37:02 2018 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Aug 7 20:37:30 2018 +0200

    QA: narrow down the bugs where metabug is not added

diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py
index 1d747bd..dfdf226 100755
--- a/qa/bugzillaChecker.py
+++ b/qa/bugzillaChecker.py
@@ -327,7 +327,8 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg):
             if movedToNeedInfo and everConfirmed:
                 util_add_to_result(lResults, 'moved_to_needinfo', movedToNeedInfoValue)
 
-            if movedToNew and not row['blocks']:
+            if movedToNew and row['component'] != 'Documentation' and 'needsUXEval' not in rowKeywords\
+                    and 'regression' not in rowKeywords and not row['blocks']:
                 util_add_to_result(lResults, 'metabug_not_added', movedToNewValue)
 
             if not versionChanged and movedToNew and not autoConfirmed and row['severity'] != 'enhancement' and \


More information about the Libreoffice-commits mailing list