[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible Debian: also count build_service jobs"

Holger Levsen holger at layer-acht.org
Sat Apr 15 16:40:21 UTC 2017


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 7f177998acc6d61e9637f563b72fa07f98ae7e6c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 15 18:39:59 2017 +0200

    Revert "reproducible Debian: also count build_service jobs"
    
    This reverts commit ec3fef02dc343b4820e16e18baee9ed7a9f601df.
---
 bin/reproducible_html_dashboard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 241aa3e..7f4b080 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -342,7 +342,7 @@ write_build_performance_stats() {
 	done
 	write_page "</tr><tr><td class=\"left\">Build jobs currently running</td>"
 	for ARCH in ${ARCHS} ; do
-		write_page "<td>$(ps fax|egrep "(reproducible_build.sh|reproducible_build_service.sh)"|grep bash|grep -c $ARCH)</td>"
+		write_page "<td>$(ps fax|grep reproducible_build.sh|grep bash|grep -c $ARCH)</td>"
 	done
 	write_page "</tr><tr><td class=\"left\">average test duration (on $DATE)</td>"
 	for ARCH in ${ARCHS} ; do

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