[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix links on global pages

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 23:25:25 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 fb4b81b40ff525d3e7a1bf742f56be759c910ee4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Mar 21 00:25:20 2015 +0100

    reproducible: fix links on global pages
---
 bin/reproducible_html_indexes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 3e3d550..7987c20 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -359,6 +359,7 @@ def build_page(page, suite=None, arch=None):
     if not suite:  # global page
         destfile = BASE + '/index_' + page + '.html'
         desturl = REPRODUCIBLE_URL + '/index_' + page + '.html'
+        suite = defaultsuite # used for the links generated by write_html_page
     else:
         destfile = BASE + '/' + suite + '/' + arch + '/index_' + page + '.html'
         desturl = REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/index_' + \

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