summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 11:53:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 11:53:15 +0100
commit49fe38b77e911d53abd9c18640e7ab9847f7eda2 (patch)
tree9e288e7ea49b20420a4fefa726929ebf0c975e42 /bin/reproducible_html_live_status.py
parentd19bfa6e2ff24c9ede481e074f00c2feb98f0150 (diff)
downloadjenkins.debian.net-49fe38b77e911d53abd9c18640e7ab9847f7eda2.tar.xz
reproducible debian: add 2 new armhf builder jobs and distribute jobs on odxu4
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 fbb78a11..6f84677f 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -66,7 +66,7 @@ def generate_live_status_table(arch):
counter = 0
for row in rows:
counter += 1
- # the numbers 33 and 9 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
+ # the numbers 33 and 11 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
if ( arch == 'amd64' and counter == 33 ) or ( arch == 'armhf' and counter == 9 ):
html += '<tr><td colspan="10">There are more builds marked as currently building in the database than there are ' + arch + ' build jobs. This does not compute, please investigate and fix the cause.</td></tr>'
suite = row[1]