esc-reporting/esc-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e159bcc2a2233947ac31f0006ac22bbd230a995 Author: jan Iversen <j...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits