[Reproducible-commits] [misc] 01/01: reports: fix url to notes.git

Ximin Luo infinity0 at debian.org
Mon Aug 22 16:14:23 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 552543dd6d5dabe67b5a33f6d741e93e0d1fda21
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 22 18:14:01 2016 +0200

    reports: fix url to notes.git
---
 reports/bin/generate-draft.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 696debc..e7ebb62 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -64,11 +64,11 @@ Reviews of unreproducible packages
 FIXME 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/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
+- [{{ x['title'] }}](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
 
 Issue types have been updated:
 {% for _, xs in issues_yml.items()|sort %}{% for x in xs %}
-- [{{ x['title'] }}](https://anonscm.debian.org/git/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
+- [{{ x['title'] }}](https://anonscm.debian.org/git/reproducible/notes.git/commit/?id={{ x['sha'] }}){% endfor %}{% endfor %}
 
 Weekly QA work
 --------------

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