esc-reporting/qa-tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 01b06774ba92cacde7f80d5551f96ce10ccbf085 Author: Xisco Fauli <aniste...@gmail.com> Date: Mon Mar 20 12:56:13 2017 +0100 Fix typo diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py index fb3e7cb..09157f0 100755 --- a/esc-reporting/qa-tools.py +++ b/esc-reporting/qa-tools.py @@ -607,7 +607,7 @@ def QA_Report(statList) : util_print_QA_line(fp, statList, key, value, statList['detailedReport']['lists']['system_changed'][key], 'system_changed') - print('Thanks you all for making Libreoffice rocks!', file=fp) + print('Thanks you all for making Libreoffice rock!', file=fp) print(file=fp) print('Generated on {} based on stats from {}. Note: Metabugs are ignored.'.format( datetime.datetime.now().strftime("%Y-%m-%d"), statList['addDate']), file=fp) commit 90450594d76f5166a2ec58875456392072324ba3 Author: Xisco Fauli <aniste...@gmail.com> Date: Mon Feb 6 18:45:05 2017 +0100 This is incorrect diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py index 8ca59ed..fb3e7cb 100755 --- a/esc-reporting/qa-tools.py +++ b/esc-reporting/qa-tools.py @@ -351,7 +351,7 @@ def analyze_bugzilla(statList, bugzillaData, cfg): newPlatform = change['added'] util_increase_user_actions(statList, key, actionMail, bugTargets, 'system_changed', actionDate) - if actionDate >= cfg[reportPeriod] and keyword not in row['platform']: + if actionDate >= cfg[reportPeriod] and newPlatform not in row['platform']: statList['detailedReport']['system_changed'][newPlatform] += 1 statList['detailedReport']['lists']['system_changed'][newPlatform][0].append(key) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits