[misc] 01/01: Add clickable links to the changelog files for convenience

Ximin Luo infinity0 at debian.org
Mon May 29 12:22:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit fb57c952c3cab3ef5c3541d026596fe3d8bd1c28
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon May 29 14:22:16 2017 +0200

    Add clickable links to the changelog files for convenience
---
 reports/bin/generate-draft.template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 3b13ac3..eaf9481 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -86,8 +86,11 @@ During our reproducibility testing, FTBFS bugs have been detected and reported b
 {{ project }} development
 ------------{{ "-" * project|length }}
 {% for x in uploads[project] %}
-- {{ project }} {{ x['version'] }} was uploaded to {{ x['distribution'] }} by {{ x['signed_by_name'] }}. It included [contributions](https://anonscm.debian.org/git/reproducible/{{ project }}.git/log/?h=debian/{{ x['version'] }}) from FIXME:
-  - FIXME: if it exists, use http://changelogs.debian.net/{{ project }}#{{ x['version'] }} to help you summarise the below commits.{% endfor %}
+Version {{ x['version'] }} was uploaded to {{ x['distribution'] }} by {{ x['signed_by_name'] }}. It included [contributions](https://anonscm.debian.org/git/reproducible/{{ project }}.git/log/?h=debian/{{ x['version'] }}) from:
+
+FIXME: if it exists, use [the changelog](http://changelogs.debian.net/{{ project }}#{{ x['version'] }})
+([raw form](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 %}

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