[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix typo

Holger Levsen holger at moszumanska.debian.org
Thu Sep 10 23:29: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 a7ff81dde51e7fb6b87cb69f179a07402ff4d2c0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 11 01:29:16 2015 +0200

    fix typo
---
 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 5ed8d5b..fa5c2eb 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -59,7 +59,7 @@ def generate_live_status_table(arch):
     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 ):
+        if ( arch == 'amd64' and counter == 16 ) or ( arch == 'armhf' and counter == 7 ):
              html += '<tr><td colspan="14">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>'
         pkg = row[1]
         arch = row[4]

-- 
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