[Reproducible-commits] [misc] 01/01: reports: template tweaks and extra tips on filling out FIXME parts

Ximin Luo infinity0 at debian.org
Mon Aug 22 16:49:41 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 6a4ddf2fdaa168a31550c391f270533ace9c3828
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 22 18:49:16 2016 +0200

    reports: template tweaks and extra tips on filling out FIXME parts
---
 reports/bin/generate-draft.template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index e7ebb62..75187d5 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -61,12 +61,12 @@ perhaps also run bin/review-bugs to see if anything was missed.
 Reviews of unreproducible packages
 ----------------------------------
 
-FIXME reviews have been added, FIXME have been updated and FIXME have been removed in this week,
+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 %}
 
-Issue types have been updated:
+FIXME issue types have been updated:
 {% for _, xs in issues_yml.items()|sort %}{% for x in xs %}
 - [{{ x['title'] }}](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
 
@@ -81,7 +81,9 @@ FTBFS bugs have been reported by:
 {{ project }} development
 ------------{{ "-" * project|length }}
 {% for x in uploads[project] %}
-- {{ project }} {{ x['version'] }} was uploaded to {{ x['distribution'] }} by {{ x['signed_by_name'] }}.{% endfor %}
+- {{ project }} {{ x['version'] }} was uploaded to {{ x['distribution'] }} by {{ x['signed_by_name'] }}.
+  - FIXME: if it exists, use http://metadata.ftp-master.debian.org/changelogs/main/{{ project[0] }}/{{ project }}/{{ project }}_{{ x['version'] }}_changelog to help you summarise the below commits.{% endfor %}
+
 {% for x, ys in commits[project].items() %}- {{ x }}:{% for y in ys %}
   - [{{ y['title'] }}](https://anonscm.debian.org/git/reproducible/{{ project }}.git/commit/?id={{ y['sha'] }}){% endfor %}
 {% endfor %}

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