mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 19:10:11 +01:00
makebuildserver: quiet rsync for copy_caches_from_host
This commit is contained in:
parent
4835d7c20c
commit
1d83d4396c
@ -561,7 +561,7 @@ def main():
|
|||||||
'-o PasswordAuthentication=no'))
|
'-o PasswordAuthentication=no'))
|
||||||
# TODO vagrant 1.5+ provides `vagrant rsync`
|
# TODO vagrant 1.5+ provides `vagrant rsync`
|
||||||
run_via_vagrant_ssh(v, ['cd ~ && test -d', d, '|| mkdir -p', d])
|
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,
|
ssh_command,
|
||||||
fullpath + '/',
|
fullpath + '/',
|
||||||
user + '@' + hostname + ':~/' + d + '/'])
|
user + '@' + hostname + ':~/' + d + '/'])
|
||||||
|
Loading…
Reference in New Issue
Block a user