[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian armf: count configured nodes correctly by ignoring comments at the end of line

Holger Levsen gitlab at salsa.debian.org
Fri Apr 9 16:21:56 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
275744db by Holger Levsen at 2021-04-09T17:21:41+02:00
reproducible Debian armf: count configured nodes correctly by ignoring comments at the end of line

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -346,7 +346,7 @@ write_build_performance_stats() {
 	done
 	write_page "</tr><tr><td class=\"left\">Build jobs configured</td>"
 	for ARCH in ${ARCHS} ; do
-		write_page "<td>$(grep NODE1= /srv/jenkins/bin/reproducible_build_service.sh | grep -v \# | grep -c $ARCH)</td>"
+		write_page "<td>$(grep NODE1= /srv/jenkins/bin/reproducible_build_service.sh | cut -d ';' -f1 | grep -v \# | grep -c $ARCH)</td>"
 	done
 	write_page "</tr><tr><td class=\"left\">Build jobs currently running remotely</td>"
 	for ARCH in ${ARCHS} ; do



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/275744dbf1016e6f3a6cb9eb7da5d6b88e427e04

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/275744dbf1016e6f3a6cb9eb7da5d6b88e427e04
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210409/5c1d0be2/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list