From 7f177998acc6d61e9637f563b72fa07f98ae7e6c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 15 Apr 2017 18:39:59 +0200 Subject: 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 241aa3ee..7f4b0804 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -342,7 +342,7 @@ write_build_performance_stats() { done write_page "Build jobs currently running" for ARCH in ${ARCHS} ; do - write_page "$(ps fax|egrep "(reproducible_build.sh|reproducible_build_service.sh)"|grep bash|grep -c $ARCH)" + write_page "$(ps fax|grep reproducible_build.sh|grep bash|grep -c $ARCH)" done write_page "average test duration (on $DATE)" for ARCH in ${ARCHS} ; do -- cgit v1.2.3-54-g00ecf