From 1d83d4396c280db6f46d712bf2133577dcbba0ed Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 7 Dec 2017 15:56:09 +0100 Subject: [PATCH] makebuildserver: quiet rsync for copy_caches_from_host --- makebuildserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makebuildserver b/makebuildserver index 306c2845..f2faa09c 100755 --- a/makebuildserver +++ b/makebuildserver @@ -561,7 +561,7 @@ def main(): '-o PasswordAuthentication=no')) # TODO vagrant 1.5+ provides `vagrant rsync` run_via_vagrant_ssh(v, ['cd ~ && test -d', d, '|| mkdir -p', d]) - subprocess.call(['rsync', '-axv', '--progress', '--delete', '-e', + subprocess.call(['rsync', '-ax', '--delete', '-e', ssh_command, fullpath + '/', user + '@' + hostname + ':~/' + d + '/']) -- 2.30.2