[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: html_notes: directly link the "new" suite-relative issue pages instead of the old ones

Holger Levsen holger at moszumanska.debian.org
Tue Apr 21 14:50:30 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1a37e1fa6967c3b346e2fd756531ab973ba1b350
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Apr 21 16:44:46 2015 +0200

    reproducible: html_notes: directly link the "new" suite-relative issue pages instead of the old ones
---
 bin/reproducible_html_notes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index c7553b3..7769796 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -378,8 +378,8 @@ def index_issues(issues):
     html = (tab*2).join(templ.splitlines(True))
     for issue in sorted(issues, key=sort_issues):
         html += tab*3 + '<tr>\n'
-        html += tab*4 + '<td><a href="' + ISSUES_URI + '/' + issue + \
-                '_issue.html">' + issue + '</a></td>\n'
+        html += tab*4 + '<td><a href="' + ISSUES_URI + '/' + defaultsuite + \
+                '/'+ issue + '_issue.html">' + issue + '</a></td>\n'
         html += tab*4 + '<td>\n'
         try:
             html += tab*5 + '<b>' + str(len(issues_count[issue])) + '</b>:\n'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list