[misc] 01/01: reports: generate-draft: add link to git log for each project upload

Ximin Luo infinity0 at debian.org
Mon Sep 5 13:09:08 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 a1dae58776cefd526c1620097623f0fdec53d751
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Sep 5 15:08:53 2016 +0200

    reports: generate-draft: add link to git log for each project upload
---
 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 927e057..77cb6d1 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -80,7 +80,7 @@ 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'] }}.
+- {{ 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 %}
 
 {% for x, ys in commits[project].items() %}- {{ x }}:{% for y in ys %}

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