Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: bin/cbuildbot.py

Issue 3135049: cbuildbot: fix to point to new url (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index da99f5b243d106a2b2c8e392c69da057a862acf7..972b48b5393c9fc7b39538e206efa49f97dfe9bf 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698