[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: allow that rsync…

Holger Levsen holger at moszumanska.debian.org
Sun Aug 30 19:57:03 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 f1fad48d2314481c2fae72e710b79f381ff850d3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 30 21:56:29 2015 +0200

    reproducible: allow that rsync…
---
 bin/jenkins_node_wrapper.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index fa0fac1..9d3fff3 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -69,6 +69,8 @@ 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.*/b?' ]] ; 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";
 elif [ "$*" = "reproducible_maintenance_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