[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: more robust quoting

Holger Levsen holger at layer-acht.org
Sat Jun 3 14:47:25 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 57a045df088b607298f99833b1738274a7300ea1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jun 3 16:45:09 2017 +0200

    reproducible Debian: more robust quoting
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 e92872f..c0f0d67 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -346,7 +346,7 @@ write_build_performance_stats() {
 	done
 	write_page "</tr><tr><td class=\"left\">Build jobs currently down due to remote node problems</td>"
 	for ARCH in ${ARCHS} ; do
-		write_page "<td>$(ps fax|egrep -B 1 "sleep .*\.1337m"|grep -c $ARCH)</td>"
+		write_page "<td>$(ps fax|egrep -B 1 'sleep .*\.1337m'|grep -c $ARCH)</td>"
 	done
 	write_page "</tr><tr><td class=\"left\">Build jobs currently running diffoscope</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