[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: fix navigation links for armhf index pages
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 6 13:22:53 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 8285c356b935f73871ec358c9c9e88637dd49864
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 6 15:18:09 2015 +0200
reproducible: fix navigation links for armhf index pages
---
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 49dfe25..2244d80 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -529,7 +529,7 @@ def build_page(page, suite=None, arch=None):
destfile = BASE + '/' + suite + '/' + arch + '/index_' + page + '.html'
desturl = REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/index_' + \
page + '.html'
- write_html_page(title=title, body=html, destfile=destfile, suite=suite, style_note=footnote)
+ write_html_page(title=title, body=html, destfile=destfile, suite=suite, arch=arch, style_note=footnote)
log.info('"' + title + '" now available at ' + desturl)
--
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