mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-22 08:53:06 -04:00
makebuildserver: quiet rsync for copy_caches_from_host
This commit is contained in:
@@ -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 + '/'])
|
||||
|
||||
Reference in New Issue
Block a user