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

Xisco Fauli anistenis at gmail.com
Mon Jun 26 10:25:39 UTC 2017


 esc-reporting/esc-analyze.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 976ac822a962f99aa32962ada0adf2aa089e0cb2
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Mon Jun 26 12:24:43 2017 +0200

    This annoys the UX team

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index b022a43..e0048ce 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -727,8 +727,6 @@ def analyze_reports():
           statList['reportList']['needsDevEval'].append(key)
       if 'needsUXEval' in row['keywords']:
           statList['reportList']['needsUXEval'].append(key)
-      if 'topicUI' in row['keywords'] and 'libreoffice-ux-advise at lists.freedesktop.org' not in row['cc']:
-        automateList['bugzilla']['missing_ui_cc'][key]= 0
       if row['status'] == 'NEEDINFO':
           statList['reportList']['needinfo'].append(key)
       elif row['status'] == 'ASSIGNED':


More information about the Libreoffice-commits mailing list