[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 92cb53c: reproducible Debian: improve node check to also test whether the node is in an broken state (read-only fs)
Holger Levsen
holger at layer-acht.org
Mon Aug 22 10:26:35 UTC 2016
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 e3d94b0d11acb6946df5b03b60c7f2beffaacce7
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 22 12:26:28 2016 +0200
fixup 92cb53c: reproducible Debian: improve node check to also test whether the node is in an broken state (read-only fs)
---
bin/jenkins_node_wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index cd7b336..d63b69b 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -60,7 +60,7 @@ allowed_cmds=()
if [[ "$*" = "/bin/true" ]] ; then
exec /bin/true ; croak "Exec failed";
-elif [[ "$*" = "rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX)" ]] ; then
+elif [[ "$*" = 'rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX)' ]] ; then
exec rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX) ; croak "Exec failed";
elif [[ "$*" = "cleanup_nodes /srv/jenkins/bin/reproducible_slay.sh" ]] ; then
exec /srv/jenkins/bin/reproducible_slay.sh ; croak "Exec failed";
--
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