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

Unified Diff: bin/cbuildbot.py

Issue 3144005: cbuildbot: use correct port (Closed) Base URL: http://src.chromium.org/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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index 6eabcb954abd1fa45888ade12f7bb4deec524072..046ba2c11d5a4052b522104cf9192c721f20d36f 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -54,7 +54,7 @@ def _FullCheckout(buildroot):
cwd=buildroot, input='\n\ny\n')
RunCommand(['repo', 'sync'], cwd=buildroot)
RunCommand(['repo', 'forall', '-c', 'git', 'config',
- 'url.ssh://gitrw.chromium.org.pushinsteadof',
+ 'url.ssh://git@gitrw.chromium.org:9222.pushinsteadof',
'http://src.chromium.org/git'], cwd=buildroot)
def _IncrementalCheckout(buildroot):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698