[Reproducible-commits] [misc] 01/01: reports: switch around bug/package but still sort by package, looks nicer

Ximin Luo infinity0 at debian.org
Mon Aug 22 17:39: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 45ba2c994fe2ea61307d282bcb97ac4668baec48
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 22 19:39:40 2016 +0200

    reports: switch around bug/package but still sort by package, looks nicer
---
 reports/bin/generate-draft.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 1c33f5a..8bca12e 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -55,7 +55,7 @@ perhaps also run bin/review-bugs to see if anything was missed.
 
 {% for x, ys in patches.items()|sort %}
 {% for y in ys %}
- * [[!pkg {{ y['source'] }}]]: [[!bug {{ y['id'] }}]] by {{ x }}.{% endfor %}{% endfor %}
+ * [[!bug {{ y['id'] }}]] against [[!pkg {{ y['source'] }}]] 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