[Reproducible-commits] [misc] 01/01: reports: just give the package name when outputting unfixed bugs

Ximin Luo infinity0 at debian.org
Mon Aug 22 17:33:14 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 550fc32d41200770da35cf7ef4b7de976bf00155
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 22 19:32:52 2016 +0200

    reports: just give the package name when outputting unfixed bugs
---
 reports/bin/generate-draft.template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 75187d5..1c33f5a 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -54,9 +54,8 @@ 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 %}
-  - [{{ y['title'] }}](https://bugs.debian.org/{{ y['id'] }}){% endfor %}
-{% endfor %}
+{% for y in ys %}
+ * [[!pkg {{ y['source'] }}]]: [[!bug {{ y['id'] }}]] by {{ x }}.{% 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