esc-reporting/esc-report.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 52cbbf9b5f13e38ef6e0094d69b25b52302f4db1 Author: jan Iversen <j...@libreoffice.org> Date: Sun May 14 13:58:51 2017 +0200 esc-report, removed openhub for now diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py index a209868..9ff728b 100755 --- a/esc-reporting/esc-report.py +++ b/esc-reporting/esc-report.py @@ -164,12 +164,12 @@ def report_mentoring(): global statList, cfg fp = open('/tmp/esc_mentoring_report.txt', 'w', encoding='utf-8') - print(" + openhub statistics ({}), {} people did {} commits in 12 month in {} lines of code\n" - " + gerrit/git statistics:".format( - statList['stat']['openhub_last_analyse'], - util_build_escNumber('openhub', 'year_contributors'), - util_build_escNumber('openhub', 'year_commits'), - util_build_escNumber('openhub', 'lines_of_code')), file=fp) + #temp print(" + openhub statistics ({}), {} people did {} commits in 12 month in {} lines of code\n" + #temp " + gerrit/git statistics:".format( + #temp statList['stat']['openhub_last_analyse'], + #temp util_build_escNumber('openhub', 'year_contributors'), + #temp util_build_escNumber('openhub', 'year_commits'), + #temp util_build_escNumber('openhub', 'lines_of_code')), file=fp) xRow = [{'db': 'gerrit', 'tag': 'NEW', 'text': 'open'}, {'db': 'gerrit', 'tag': 'reviewed', 'text': 'reviews'}, {'db': 'gerrit', 'tag': 'MERGED', 'text': 'merged'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits