[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: noone expected this was a bad idea
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 12 16:12:53 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 7a838542de6e9b180b23c4ad90b77c92099a6633
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 12 18:12:12 2015 +0200
reproducible: noone expected this was a bad idea
---
bin/reproducible_html_live_status.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index efb3c13..e3faa5b 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -74,8 +74,8 @@ def generate_live_status_table(arch):
counter = 0
for row in rows:
counter += 1
- # the numbers 16 and 7 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
- if ( arch == 'amd64' and counter == 16 ) or ( arch == 'armhf' and counter == 7 ):
+ # the numbers 13 and 7 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
+ if ( arch == 'amd64' and counter == 13 ) or ( arch == 'armhf' and counter == 7 ):
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 cleanup and please automate cleanup.</td></tr>'
suite = row[1]
arch = row[2]
--
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