[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: use rsync instead of scp
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 30 19:14:17 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 79eb526c76d0ed451741dc6234d10e2463acffe6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 30 21:13:52 2015 +0200
reproducible: use rsync instead of scp
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7c6bd80..709e107 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}
- scp -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
--
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