mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
Update cbuildbot to use git.chromium.org instead of src.chromium.org.
src.chromium.org is no longer supported for git operations. BUG=chromium-os:7830 TEST=none Change-Id: Ia7cd9ff76625441f16d20d2f9a8e0f752dca0586 Review URL: http://codereview.chromium.org/3782010
This commit is contained in:
parent
189d85d20e
commit
ef9f04e2fd
@ -228,7 +228,7 @@ def _FullCheckout(buildroot, rw_checkout=True, retries=_DEFAULT_RETRIES):
|
||||
"""Performs a full checkout and clobbers any previous checkouts."""
|
||||
RunCommand(['sudo', 'rm', '-rf', buildroot])
|
||||
MakeDir(buildroot, parents=True)
|
||||
RunCommand(['repo', 'init', '-u', 'http://src.chromium.org/git/manifest'],
|
||||
RunCommand(['repo', 'init', '-u', 'http://git.chromium.org/git/manifest'],
|
||||
cwd=buildroot, input='\n\ny\n')
|
||||
RepoSync(buildroot, rw_checkout, retries)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user