ProjectRepairer: Use rsync --progress instead of -P

'-P' is '--partial --progress'. When a transfer is aborted, '--partial'
renames the temporary file rsync was streaming into onto the final
destination name, leaving a truncated file where a complete one is
expected.

Keep '--progress' for the transfer output and let rsync discard its
temporary file on failure.

Change-Id: Icb4c37c5dfc950e1472447597a9cfade3bd97765
1 file changed
tree: 3ffe6069fa161cbf0ea56c3fbff03a26979151da
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE