[misc] 01/01: Reduce over-spacing for bugs filed

Ximin Luo infinity0 at debian.org
Mon May 29 12:26:04 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 7b61f19c19f42765f9b45d56f30670a1bea68064
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon May 29 14:25:46 2017 +0200

    Reduce over-spacing for bugs filed
---
 reports/bin/generate-draft.template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index eaf9481..828d5b3 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -57,10 +57,8 @@ Patches submitted that have not made their way to the archive yet:
 FIXME: prune the below list so it doesn't duplicate the information above, and
 perhaps also run bin/review-bugs to see if anything was missed.
 
-{% for x, ys in patches.items()|sort %}
-{{ x }}:
-{% for y in ys %}
-* [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].{% endfor %}
+{% for x, ys in patches.items()|sort %}* {{ x }}:
+{% for y in ys %}  * [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].{% endfor %}
 {% endfor %}
 
 Reviews of unreproducible packages

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