mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
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:
parent
a1401f2f56
commit
a87699b198
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user