[Libreoffice-commits] dev-tools.git: 2 commits - esc-reporting/esc-analyze.py esc-reporting/esc-report.py
Shinnok
admin at shinnok.com
Fri Dec 22 21:35:17 UTC 2017
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 <admin at 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.heiko at googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko at 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.heiko at gmail.com', 'file': '/tmp/esc_ui_report.txt'}
+ return None
commit 1346ed3572125857d9cf4e0d40e47f0f44c40972
Author: Shinnok <admin at shinnok.com>
Date: Mon Dec 18 09:07:18 2017 +0100
Update mentor e-mail to mentoring at documentfoundation.org.
Change-Id: I93c80e21127e92cfe162bd07e4c8146759c8ceea
Reviewed-on: https://gerrit.libreoffice.org/46688
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 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']['admin at shinnok.com']
+ x1 = statList['people']['mentoring at 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 == 'anistenis at gmail.com' and not email == 'admin at shinnok.com' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
+ if not email == 'anistenis at gmail.com' and not email == 'mentoring at docmentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
reviewEmail = email
break
except Exception as e:
More information about the Libreoffice-commits
mailing list