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

New commits:
commit 52c2b90c15fd0967ad560626fde5f3c6eb14f07f
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Aug 22 15:58:18 2018 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Aug 22 15:58:18 2018 +0200

    QA: Check for needsUXEval without the ux email in the CC list

diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py
index dfdf226..b3ab9cb 100755
--- a/qa/bugzillaChecker.py
+++ b/qa/bugzillaChecker.py
@@ -256,6 +256,8 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg):
 
                                             elif keyword == 
'possibleRegression' and 'possibleRegression' in rowKeywords:
                                                 util_add_to_result(lResults, 
'possibleregression_added', resultValue)
+                                            elif keyword == 'needsUXEval' and 
'libreoffice-ux-adv...@lists.freedesktop.org' not in row['cc']:
+                                                util_add_to_result(lResults, 
'needsUXEval_missing_email', resultValue)
 
                     elif change['field_name'] == 'whiteboard':
                         if actionDate >= cfg['reportPeriod']:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to