Index: bin/cros_repo_sync_all.py |
diff --git a/bin/cros_repo_sync_all.py b/bin/cros_repo_sync_all.py |
index 40057d20755660e319d6585b1f50e57409e76ef2..f0f6814c9b4351055a34d5d4372a62a693fcbdbf 100755 |
--- a/bin/cros_repo_sync_all.py |
+++ b/bin/cros_repo_sync_all.py |
@@ -25,7 +25,7 @@ def main(): |
cbuildbot._FullCheckout(options.buildroot, rw_checkout=False, |
retries=_NUMBER_OF_RETRIES) |
else: |
- cbuildbot._IncrementalCheckout(options.buildroot, |
+ cbuildbot._IncrementalCheckout(options.buildroot, rw_checkout=False, |
retries=_NUMBER_OF_RETRIES) |
else: |
print >>sys.stderr, 'ERROR: Must set buildroot' |