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

Holger Levsen holger at moszumanska.debian.org
Mon Aug 31 01:02:12 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 5eedbfb0a572735159bc296aa0a61e8a98bee4e4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 31 03:01:42 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 aabc7c3..f96cffb 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -70,7 +70,7 @@ if [[ "$*" =~ rebootstrap_.* ]] ; then
 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
-	exec rsync --server --sender .* . $6 ; croak "Exec failed";
+	exec rsync --server --sender $4 . $6 ; croak "Exec failed";
 elif [[ "$*" =~ rm\ -r\ /srv/reproducible-results/tmp.* ]] ; then
 	exec rm -r $3 ; croak "Exec failed";
 elif   [ "$*" = "reproducible_setup_pbuilder_unstable_armhf_bpi0" ] ; 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