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