qa/bugzillaChecker.py |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 1f716ec6b6d4948e37d4b53bb185830cbad52bd5
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed May 15 14:24:14 2019 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed May 15 14:24:14 2019 +0200

    QA: this can go now

diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py
index c1b546f..982b3ac 100755
--- a/qa/bugzillaChecker.py
+++ b/qa/bugzillaChecker.py
@@ -250,13 +250,7 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg):
                                             util_add_to_result(lResults, 
'patch_added', resultValue)
 
                                         if row['status'] != 'RESOLVED':
-                                            if keyword == 'regression' and 
'bibisectRequest' not in rowKeywords and \
-                                                    'bibisected' not in 
rowKeywords and 'bisected' not in rowKeywords and \
-                                                    'preBibisect' not in 
rowKeywords and 'bibisectNotNeeded' not in rowKeywords and \
-                                                    'notBibisectable' not in 
rowKeywords:
-                                                util_add_to_result(lResults, 
'regression_added', resultValue)
-
-                                            elif keyword == 'bibisectRequest' 
and 'regression' not in rowKeywords:
+                                            if keyword == 'bibisectRequest' 
and 'regression' not in rowKeywords:
                                                 util_add_to_result(lResults, 
'bibisectRequest_added', resultValue)
 
                                             elif keyword == 
'possibleRegression' and 'possibleRegression' in rowKeywords:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to