[misc] 01/02: reports: newly-reproducible: output a bullet-point list by default

Ximin Luo infinity0 at debian.org
Mon Oct 17 19:25:49 UTC 2016


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

infinity0 pushed a commit to branch master
in repository misc.

commit af484783149e32aa439be584230c1da04b16b205
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Oct 17 18:12:53 2016 +0200

    reports: newly-reproducible: output a bullet-point list by default
---
 reports/bin/newly-reproducible | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reports/bin/newly-reproducible b/reports/bin/newly-reproducible
index 213f5b8..5f6289d 100755
--- a/reports/bin/newly-reproducible
+++ b/reports/bin/newly-reproducible
@@ -25,7 +25,7 @@ def read1charmode(fd):
 
 def output(name, details):
     detail_string = "; ".join("on %s %s" % (", ".join(v), k) for k, v in details.items())
-    print("[[!pkg %s]] is reproducible %s." % (name, detail_string))
+    print(" * [[!pkg %s]] is reproducible %s." % (name, detail_string))
 
 def trace_call(*args, **kwargs):
     try:

-- 
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