[misc] 01/01: reports: Tweak template for less repetition and rm stuff we don't normally include anyways

Ximin Luo infinity0 at debian.org
Mon Nov 28 15:48:52 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 7a85a1c32f1b20d17496a43b710db51a3bd76e8f
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 28 16:48:12 2016 +0100

    reports: Tweak template for less repetition and rm stuff we don't normally include anyways
---
 reports/bin/generate-draft.template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 304e2d3..3e7aa43 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -53,16 +53,16 @@ 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'] }}]] by {{ x }}.{% endfor %}{% endfor %}
+* [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].{% endfor %}
+{% endfor %}
 
 Reviews of unreproducible packages
 ----------------------------------
 
 FIXME package reviews have been added, FIXME have been updated and FIXME have been removed in this week,
 adding to our knowledge about [identified issues](https://tests.reproducible-builds.org/debian/index_issues.html).
-{% for _, xs in packages_yml.items()|sort %}{% for x in xs %}
-- [{{ x['title'] }}](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
 
 FIXME issue types have been updated:
 {% for _, xs in issues_yml.items()|sort %}{% for x in xs %}

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