summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-15 18:39:59 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-15 18:39:59 +0200
commit7f177998acc6d61e9637f563b72fa07f98ae7e6c (patch)
tree283ee6c13e6a4799129f6f9a2bda9956fd1670c5 /bin/reproducible_html_dashboard.sh
parentec3fef02dc343b4820e16e18baee9ed7a9f601df (diff)
downloadjenkins.debian.net-7f177998acc6d61e9637f563b72fa07f98ae7e6c.tar.xz
Revert "reproducible Debian: also count build_service jobs"
This reverts commit ec3fef02dc343b4820e16e18baee9ed7a9f601df.
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
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 "</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