[Libreoffice-commits] dev-tools.git: esc-reporting/esc-report.py
jan Iversen
jani at documentfoundation.org
Mon Jan 30 19:17:55 UTC 2017
esc-reporting/esc-report.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e159bcc2a2233947ac31f0006ac22bbd230a995
Author: jan Iversen <jani at documentfoundation.org>
Date: Mon Jan 30 20:15:32 2017 +0100
esc-mentoring, fixed license detect problem.
Thanks to mmeeks, a license detection problem was isolated.
The full git repos are now searched for author/committer email and
verified against gitdm-config
diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py
index 1786bbb..41406f6 100755
--- a/esc-reporting/esc-report.py
+++ b/esc-reporting/esc-report.py
@@ -201,7 +201,7 @@ def report_mentoring():
entry['email'] = row['author-email']
entry['license'] = 'GIT AUTHOR NO LICENSE'
myStatList['missing_license'].append(entry)
- elif not statList['people'][ownerEmail]['licenseOK']:
+ elif not statList['people'][email]['licenseOK']:
entry['license'] = 'GIT: ' + statList['people'][email]['licenseText']
myStatList['missing_license'].append(entry)
More information about the Libreoffice-commits
mailing list