[Qa-jenkins-scm] [jenkins.debian.net] 01/01: make more robust
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 1 16:18:55 UTC 2015
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 f5b2135d8cd701fb8845bd621d9bd6a0b0b51491
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 1 18:18:27 2015 +0200
make more robust
---
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 5760462..dcd644e 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -66,7 +66,7 @@ elif [[ "$0" =~ rebootstrap_.* ]] ; then
REBOOTSTRAPSH="/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh"
shift
export LC_ALL=C
- exec $REBOOTSTRAPSH "$@"; croak "Exec failed";
+ exec "$REBOOTSTRAPSH $@"; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" ; croak "Exec failed";
elif [[ "$*" =~ rsync\ --server\ --sender\ .*\ .\ /srv/reproducible-results/tmp.* ]] ; then
--
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