cbuildbot: fix to point to new url

BUG=6102
TEST=none

Change-Id: I69312fed2d0eb4934a964792b4af06160b8d8eb5

Review URL: http://codereview.chromium.org/3135049
This commit is contained in:
Mandeep Singh Baines 2010-08-25 14:39:18 -07:00
parent a1401f2f56
commit a87699b198

View File

@ -63,7 +63,7 @@ def RepoSync(buildroot, rw_checkout, retries=_DEFAULT_RETRIES):
# failed in a previous run because of a forced Stop Build.
RunCommand(['repo', 'forall', '-c', 'git', 'config',
'url.ssh://git@gitrw.chromium.org:9222.pushinsteadof',
'http://src.chromium.org/git'], cwd=buildroot)
'http://git.chromium.org/git'], cwd=buildroot)
retries = 0
except:
retries -= 1