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

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: Fix 80 char 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..642ef06fb4599b566169af5ba615100a3ac2e57f 100755
--- a/bin/cros_repo_sync_all.py
+++ b/bin/cros_repo_sync_all.py
@@ -26,10 +26,10 @@ 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)
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