[misc] 01/01: bin/generate-draft.template: Correct group for git commit URIs.
Chris Lamb
chris at chris-lamb.co.uk
Wed Dec 27 08:24:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit 78ba443f0e225edf7d57377e32d8c0e7f7b5b6ee
Author: Chris Lamb <lamby at debian.org>
Date: Wed Dec 27 08:24:21 2017 +0000
bin/generate-draft.template: Correct group for git commit URIs.
---
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 d2faeaf..a05feb5 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -66,7 +66,7 @@ FIXME: if it exists, use [the changelog](http://changelogs.debian.net/{{ project
([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 %}
+ - [{{ y['title'] }}](https://anonscm.debian.org/git/{% if project == "jenkins.debian.net" %}qa{% else %}reproducible{% endif %}/{{ project }}.git/commit/?id={{ y['sha'] }}){% endfor %}
{% 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