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

Shinnok admin at shinnok.com
Thu Sep 14 08:51:14 UTC 2017


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

New commits:
commit 27ff1e7b74d47cb2ce6e8384b92f2fba9db1c9df
Author: Shinnok <admin at shinnok.com>
Date:   Wed Sep 13 13:18:10 2017 +0200

    Update mentor e-mail.
    
    Change-Id: I42afa6d783d5a9fd41b5929ca086fb6f04d9ea0e
    Reviewed-on: https://gerrit.libreoffice.org/42238
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index b9f2bab..fb8edf1 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -305,7 +305,7 @@ def analyze_mentoring():
       statList['people'][mail]['gerrit']['reviewName'] = '{} <{}>'.format(row['name'],row['email'])
       statList['people'][mail]['isCommitter'] = True
       statList['people'][mail]['isContributor'] = True
-    x1 = statList['people']['thb at openoffice.org']
+    x1 = statList['people']['admin at shinnok.com']
     statNewDate = cfg['1yearDate']
     statOldDate = cfg['nowDate']
     for key, row in gerritData['patch'].items():
@@ -706,7 +706,7 @@ def analyze_reports():
           else:
             for comment in row['comments']:
               email = util_check_mail('', comment['creator'])
-              if not email == 'anistenis at gmail.com' and not email == 'jani at documentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
+              if not email == 'anistenis at gmail.com' and not email == 'admin at shinnok.com' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
                 reviewEmail = email
                 break
         except Exception as e:


More information about the Libreoffice-commits mailing list