cbuildbot: use correct port

Ugh, it worked on my machine because of my .ssh/config but need to
explicitly specify port for it to work on buildbot.

TBR=sosa
BUG=5532
TEST=This change was in the previous location of cbuilbot.py and working
correctly.

Change-Id: Id53a76bcb5d43c37ac725267864048d833f5a6ee

Review URL: http://codereview.chromium.org/3144005
This commit is contained in:
Mandeep Singh Baines 2010-08-11 10:29:56 -07:00
parent 077af11ba9
commit 6718164717

View File

@ -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):