From 397311f3278a008e2e0b54dc444172d944a63258 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Oct 2016 23:30:50 +0200 Subject: reproducible_openwrt|lede: remove rsync verbose from /download Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt_common.sh') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 171c5d75..bb107a18 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 -- cgit v1.2.3-54-g00ecf