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

Unified Diff: bin/cros_repo_sync_all.py

Issue 3110027: Keep repo using http on incremental builds (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 years, 4 months 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
« bin/cbuildbot.py ('K') | « 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 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'
« bin/cbuildbot.py ('K') | « bin/cbuildbot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698