Index: bin/cbuildbot.py |
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
index 37a8b6e2691943905479a02594c9e510f9bed561..955af7415a6341e7ef5b68142b9dc1afbade1f32 100755 |
--- a/bin/cbuildbot.py |
+++ b/bin/cbuildbot.py |
@@ -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) |