esc-reporting/esc-analyze.py |    4 ++--
 esc-reporting/esc-report.py  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e5a33b0cbe16def49811444a2239acfb3ad618c6
Author: Shinnok <ad...@shinnok.com>
Date:   Wed Dec 13 11:36:41 2017 +0100

    Disable UI reports mailed directly to Heiko.
    
    Change-Id: I1294290e90ab08a090ccfdbb89716f88c478e4b5
    Reviewed-on: https://gerrit.libreoffice.org/46377
    Reviewed-by: Heiko Tietze <tietze.he...@googlemail.com>
    Tested-by: Heiko Tietze <tietze.he...@googlemail.com>

diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py
index 028e133..b4b38b4 100755
--- a/esc-reporting/esc-report.py
+++ b/esc-reporting/esc-report.py
@@ -529,7 +529,7 @@ def report_ui():
       print('          {} made {} changes in 1 month, and {} changes in 1 
year'.format(
             top10list[i]['name'], top10list[i]['month'], 
top10list[i]['year']), file=fp)
     fp.close()
-    return {'title': 'ESC UI report', 'mail': 'tietze.he...@gmail.com', 
'file': '/tmp/esc_ui_report.txt'}
+    return None
 
 
 
commit 1346ed3572125857d9cf4e0d40e47f0f44c40972
Author: Shinnok <ad...@shinnok.com>
Date:   Mon Dec 18 09:07:18 2017 +0100

    Update mentor e-mail to mentor...@documentfoundation.org.
    
    Change-Id: I93c80e21127e92cfe162bd07e4c8146759c8ceea
    Reviewed-on: https://gerrit.libreoffice.org/46688
    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 e0458d3..578e625 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -308,7 +308,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']['ad...@shinnok.com']
+    x1 = statList['people']['mentor...@documentfoundation.org']
     statNewDate = cfg['1yearDate']
     statOldDate = cfg['nowDate']
     for key, row in gerritData['patch'].items():
@@ -735,7 +735,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 == 
'ad...@shinnok.com' and 'reviewName' in 
statList['people'][ownerEmail]['gerrit']:
+              if not email == 'aniste...@gmail.com' and not email == 
'mentor...@docmentfoundation.org' 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

Reply via email to