esc-reporting/esc-analyze.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 27ff1e7b74d47cb2ce6e8384b92f2fba9db1c9df Author: Shinnok <ad...@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.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@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']['t...@openoffice.org'] + x1 = statList['people']['ad...@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 == 'aniste...@gmail.com' and not email == 'j...@documentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: + if not email == 'aniste...@gmail.com' and not email == 'ad...@shinnok.com' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: reviewEmail = email break except Exception as e: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits