[misc] 01/01: reports: output prose in review-stats

Ximin Luo infinity0 at debian.org
Tue Apr 18 15:57:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit 5b3d718da24022a5403d0dfd2cdcaa8ea99d8a1d
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Apr 18 17:57:40 2017 +0200

    reports: output prose in review-stats
---
 reports/bin/review-stats | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/reports/bin/review-stats b/reports/bin/review-stats
index 47f3c19..281c40b 100755
--- a/reports/bin/review-stats
+++ b/reports/bin/review-stats
@@ -38,3 +38,7 @@ for name in set(old.keys()).intersection(new.keys()):
     if old[name] != new[name]:
         updated += 1
 print("Updated: %d" % updated)
+
+print("%s package reviews have been added, %s have been updated and %s have been" % (len(added), updated, len(removed)))
+print("removed in this week, adding to our knowledge about [identified")
+print("issues](https://tests.reproducible-builds.org/debian/index_issues.html).")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list