[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup rsync

Holger Levsen holger at moszumanska.debian.org
Sun Aug 30 19:22:35 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 5a222085a090fbe03d7fa0ba0d05af186a10abed
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 30 21:22:09 2015 +0200

    reproducible: fixup rsync
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 709e107..107f3fa 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -519,7 +519,7 @@ build_rebuild() {
 		first_build
 	else
 		ssh -p $PORT1 $NODE1 /srv/jenkins/bin/reproducible_build.sh 1 ${SRCPACKAGE} ${SUITE}
-		rsync -e 'ssh -p $PORT1' -r $NODE1:$PWD/b1 .
+		rsync -e "ssh -p $PORT1" -r $NODE1:$PWD/b1 .
 		ssh -p $PORT1 $NODE1 "rm -r $PWD/b1"
 	fi
 	if [ -f b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then
@@ -532,7 +532,7 @@ build_rebuild() {
 			second_build
 		else
 			ssh -p $PORT2 $NODE2 /srv/jenkins/bin/reproducible_build.sh 2
-			scp -P $PORT2 -r $NODE2:$PWD/b2 .
+			rsync -e "ssh -p $PORT2" -r $NODE2:$PWD/b2 .
 			ssh -p $PORT2 $NODE2 "rm -r $PWD/b2"
 		fi
 		if [ -f b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; 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