From 0eea9c96aa8c1d0942bd15b41ced6b6c883adb3d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Nov 2015 14:37:26 +0100 Subject: reproducible: add just one new armhf builder job for now (and also fixup 69f0038 the last bit) --- bin/reproducible_html_live_status.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_live_status.py') diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index a7c3fe29..86439549 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -66,8 +66,8 @@ def generate_live_status_table(arch): counter = 0 for row in rows: counter += 1 - # the numbers 33 and 14 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 == 14 ): + # FIXME: the numbers 32 and 14 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here... + if ( arch == 'amd64' and counter > 32 ) or ( arch == 'armhf' and counter > 14 ): html += '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.' suite = row[1] arch = row[2] -- cgit v1.2.3-54-g00ecf