[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_notes: fixup last commit

Holger Levsen holger at moszumanska.debian.org
Wed Mar 11 16:56:15 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 3c3a8bfd86850f76ff8b87d749095da5fafb6591
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Mar 11 17:52:57 2015 +0100

    reproducible: html_notes: fixup last commit
---
 bin/reproducible_html_notes.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 51afa8d..d839a2b 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -403,7 +403,8 @@ def index_no_notes_section(notes, bugs, packages, suite, arch):
         html += tab + str(len(pkgs)) + ' ' + status + ' packages:\n'
         html += tab + '<code>\n'
         for pkg in pkgs:
-            url = RB_PKG_URI + '/' + pkg[2] + '/' + pkg[3] + '/' + pkg[0] + '.html'
+            # 0: name, 1: suite, 2: arch, 3: status
+            url = RB_PKG_URI + '/' + pkg[1] + '/' + pkg[2] + '/' + pkg[0] + '.html'
             html += tab*2 + '<a href="' + url + '" class="package">' + pkg[0]
             html += '</a>' + get_trailing_icon(pkg[0], bugs) + '\n'
         html += tab + '</code>\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