Index: bin/cros_repo_sync_all.py |
diff --git a/bin/cros_repo_sync_all.py b/bin/cros_repo_sync_all.py |
index 6203b5a60de33c78c91d29e46358f9ec937c34fa..e0b2e659c46f9adca8d960e65bb1c699a2126958 100755 |
--- a/bin/cros_repo_sync_all.py |
+++ b/bin/cros_repo_sync_all.py |
@@ -26,10 +26,9 @@ def main(): |
if options.buildroot: |
if options.clobber: |
cbuildbot._FullCheckout(options.buildroot, options.tracking_branch, |
- rw_checkout=False, retries=_NUMBER_OF_RETRIES) |
+ retries=_NUMBER_OF_RETRIES) |
else: |
- cbuildbot._IncrementalCheckout(options.buildroot, rw_checkout=False, |
- retries=_NUMBER_OF_RETRIES) |
+ cbuildbot._IncrementalCheckout(options.buildroot, retries=_NUMBER_OF_RETRIES) |
scottz
2010/11/29 17:47:16
>80
|
else: |
print >> sys.stderr, 'ERROR: Must set buildroot' |
sys.exit(1) |