Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Unified Diff: bin/cros_repo_sync_all.py

Issue 5278010: Reconfigure to use ssh connection rather than use different manifest. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bin/cbuildbot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « bin/cbuildbot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698