[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: Refresh schedule page every 60 seconds
Holger Levsen
holger at moszumanska.debian.org
Fri Sep 11 08:40:38 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 ce073fe35ff43055812fdbeeb6304422190ccbb1
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Sep 11 10:39:46 2015 +0200
reproducible: Refresh schedule page every 60 seconds
---
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 d73b047..ef1abe2 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, arch=arch)
+ write_html_page(title=title, body=html, destfile=destfile, arch=arch, refresh_every=60)
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