Update git submodules
* Update plugins/replication from branch 'master'
to c8eb9426b9f497f1f00ee6198b53a00edab20442
- Merge "ProjectRepairer: Use rsync --progress instead of -P"
- 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
diff --git a/plugins/replication b/plugins/replication
index f0b8c22..c8eb942 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit f0b8c225e060c49072c5a000d5462cb46f5c5b53
+Subproject commit c8eb9426b9f497f1f00ee6198b53a00edab20442