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

jan Iversen jani at libreoffice.org
Sat May 13 12:30:09 UTC 2017


 esc-reporting/esc-analyze.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95b20c15ff144c9a32f63cc41765da8668b7fce0
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat May 13 14:29:47 2017 +0200

    esc-report, jani at docu.... is not a valid reviewer

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index 0099c04..ccb9674 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -664,7 +664,7 @@ def analyze_reports():
           else:
             for comment in row['comments']:
               email = util_check_mail('', comment['creator'])
-              if not email == 'anistenis at gmail.com' and statList['people'][email]['isCommitter']:
+              if not email == 'anistenis at gmail.com' and not email == 'jani at documentfoundation.org' and statList['people'][email]['isCommitter']:
                 reviewEmail = email
                 break
         except Exception as e:


More information about the Libreoffice-commits mailing list