[Libreoffice-commits] dev-tools.git: qa/bugzillaChecker.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 22 14:49:09 UTC 2018
qa/bugzillaChecker.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 52c2b90c15fd0967ad560626fde5f3c6eb14f07f
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Aug 22 15:58:18 2018 +0200
Commit: Xisco Fauli <xiscofauli at 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-advise at 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']:
More information about the Libreoffice-commits
mailing list