[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible_openwrt|lede: remove rsync verbose from /download

Holger Levsen holger at layer-acht.org
Wed Oct 12 21:33:18 UTC 2016


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 397311f3278a008e2e0b54dc444172d944a63258
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Wed Oct 12 23:30:50 2016 +0200

    reproducible_openwrt|lede: remove rsync verbose from /download
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 171c5d7..bb107a1 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -317,8 +317,8 @@ build_two_times() {
 	echo "== node2"
 	ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR
 
-	rsync -av $GENERIC_NODE1:$TMPDIR/download/ $TMPDIR/download/
-	rsync -av $TMPDIR/download/ $GENERIC_NODE2:$TMPDIR/download/
+	rsync -a $GENERIC_NODE1:$TMPDIR/download/ $TMPDIR/download/
+	rsync -a $TMPDIR/download/ $GENERIC_NODE2:$TMPDIR/download/
 
 	## first run
 	RUN=b1

-- 
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