[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: try harder to fixup that rsync…

Holger Levsen holger at moszumanska.debian.org
Sun Aug 30 20:40:10 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 d5bb83e244d6f5f7a4aead874abd6c31908eceb9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 30 22:39:46 2015 +0200

    reproducible: try harder to fixup that rsync…
---
 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 4bac2d6..b77c97e 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