From ce073fe35ff43055812fdbeeb6304422190ccbb1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Sep 2015 10:39:46 +0200 Subject: 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 d73b047d..ef1abe25 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -36,7 +36,7 @@ def generate_schedule(arch): html += '

\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) -- cgit v1.2.3-54-g00ecf