From 1e159bcc2a2233947ac31f0006ac22bbd230a995 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 30 Jan 2017 20:15:32 +0100 Subject: 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 --- esc-reporting/esc-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3