mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
077af11ba9
commit
6718164717
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user