[misc] 01/02: Re-add these bits so we can determine the numbers above.
Chris Lamb
chris at chris-lamb.co.uk
Fri Dec 16 13:27:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit eba6d2a0117fa9a92ce745c326e5f678c223b9ba
Author: Chris Lamb <lamby at debian.org>
Date: Sun Dec 4 10:30:34 2016 +0000
Re-add these bits so we can determine the numbers above.
---
reports/bin/generate-draft.template | 2 ++
1 file changed, 2 insertions(+)
diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 3e7aa43..5124552 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -63,6 +63,8 @@ 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