[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup that regex…
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 30 20:24:47 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 9e38efbe7c3b8773fd92215a00bb9c325d7a83b3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 30 22:24:23 2015 +0200
reproducible: fixup that regex…
---
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 09cc117..4bac2d6 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -69,7 +69,7 @@ if [[ "$*" =~ rebootstrap_.* ]] ; then
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 ; croak "Exec failed";
-elif [[ "$*" =~ rsync --server --sender .* . /srv/reproducible-results/tmp.* ]] ; then
+elif [[ "$*" =~ 'rsync --server --sender .* . /srv/reproducible-results/tmp.*' ]] ; then
exec rsync --server --sender .* . $6 ; croak "Exec failed";
elif [ "$*" = "reproducible_setup_pbuilder_unstable_armhf_bpi0" ] ; then
exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh unstable ; 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