summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-18 13:31:16 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-18 13:31:16 +0200
commit5d1a82871dc4722a5c362b38fe022b7f13dd358d (patch)
treeb89a59683fa05a4e7ca820463e7464eb66ff528d /bin/reproducible_html_live_status.py
parent7042005bbe8e946eaeb0ad976ca1ec35126569f9 (diff)
downloadjenkins.debian.net-5d1a82871dc4722a5c362b38fe022b7f13dd358d.tar.xz
fix whitespace error
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-xbin/reproducible_html_live_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index 21d365ac..fdd9a871 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -32,7 +32,7 @@ def generate_schedule(arch):
log.info('Building the schedule index page for ' + arch + '...')
title = 'Packages currently scheduled on ' + arch + ' for testing for build reproducibility'
query = 'SELECT sch.date_scheduled, s.suite, s.architecture, s.name, ' + \
- 'r.status, r.build_duration' + \
+ 'r.status, r.build_duration ' + \
'FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id LEFT JOIN results AS r ON s.id=r.package_id ' + \
'WHERE sch.date_build_started = "" AND s.architecture="{arch}" ORDER BY sch.date_scheduled'
text = Template('$tot packages are currently scheduled for testing on $arch:')