[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py
jan Iversen
jani at libreoffice.org
Sun May 14 15:53:50 UTC 2017
esc-reporting/esc-analyze.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d5a17cac38809e9d1adbdbf82bd3701afa1eed2d
Author: jan Iversen <jani at libreoffice.org>
Date: Sun May 14 17:53:29 2017 +0200
esc-report, add gerrit name as {name} <{email}>
diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index 15a17ce..f8b6a7c 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -286,6 +286,7 @@ def analyze_mentoring():
for row in gerritData['committers']:
mail = util_check_mail(row['name'], row['email'])
statList['people'][mail]['gerrit']['userName'] = row['username']
+ statList['people'][mail]['gerrit']['reviewName'] = '{} <{}>'.format(row['name'],row['email'])
statList['people'][mail]['isCommitter'] = True
statList['people'][mail]['isContributor'] = True
More information about the Libreoffice-commits
mailing list