[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix	navigation
    Holger Levsen 
    holger at moszumanska.debian.org
       
    Thu Sep 10 23:33:26 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 914fd4b818d6f5915609155b8a38ef1ffff19c6d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 11 01:32:46 2015 +0200
    reproducible: fix navigation
---
 bin/reproducible_html_live_status.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index dc3073f..0ce5a14 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -36,7 +36,7 @@ def generate_schedule(arch):
     html += '</table></p>\n'
     destfile = BASE + '/index_' + arch + '_scheduled.html'
     desturl = REPRODUCIBLE_URL + '/index_' + arch + '_scheduled.html'
-    write_html_page(title=title, body=html, destfile=destfile)
+    write_html_page(title=title, body=html, destfile=destfile, arch=arch)
     log.info("Page generated 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