[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix links
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 12 00:29:20 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 987a6acc6d03ad2875fd770824b76d38692d32d9
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 12 01:27:20 2015 +0100
reproducible: fix links
---
bin/reproducible_html_indexes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index c361f27..903f5f1 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -301,7 +301,7 @@ def build_page_section(page, section, suite, arch):
for row in rows:
if page == 'scheduled':
pkg = row[4]
- url = RB_PKG_URI + '/' + row[1] + '/' + row[2] + '/' + pkg + '.html'
+ url = RB_PKG_URI + '/' + row[2] + '/' + row[3] + '/' + pkg + '.html'
html += tab + '<tr><td>' + str(row[0]) + '</td><td>' + row[1] + '</td><td>' + row[2] + '</td><td>' + row[3] + '</td><td><code>'
else:
pkg = row[0]
--
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