From f1fad48d2314481c2fae72e710b79f381ff850d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 21:56:29 +0200 Subject: reproducible: allow that rsync… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/jenkins_node_wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/jenkins_node_wrapper.sh') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index fa0fac13..9d3fff30 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 -- cgit v1.2.3-54-g00ecf