chiark / gitweb /
makebuildserver: make copy_caches_from_host do rsync like `fdroid build`
[fdroidserver.git] / fdroidserver / build.py
index bbb5a2b4d0b2e7492210c1298f5ada9177e85b83..d83342d50e3b72a0ebaefa5f6dff9cf0be120401 100644 (file)
@@ -100,6 +100,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
         # Helper to copy the contents of a directory to the server...
         def send_dir(path):
             logging.debug("rsyncing " + path + " to " + ftp.getcwd())
+            # TODO this should move to `vagrant rsync` from >= v1.5
             try:
                 subprocess.check_output(['rsync', '--recursive', '--perms', '--links', '--quiet', '--rsh=' +
                                          'ssh -o StrictHostKeyChecking=no' +