aboutsummaryrefslogtreecommitdiff
path: root/remote_gcc_build.py
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2014-05-15 18:50:25 -0700
committerDon Garrett <dgarrett@google.com>2014-05-26 01:33:11 +0000
commit4eb645356394bb17913c7224767e1f47acab4fb4 (patch)
tree440367a4f0e43b203460d7550fa3b42163810377 /remote_gcc_build.py
parentba0d0de24f34f008c150b9b5fab2f6dfa4c5217b (diff)
downloadtoolchain-utils-4eb645356394bb17913c7224767e1f47acab4fb4.tar.gz
Rename chromite.buildbot -> chromite.cbuildbot.
BUG=None TEST=None CQ-DEPEND=CL:199664 Change-Id: I6b2b119960cf4368a5cbc594523b4d44407e91f9 Reviewed-on: https://chrome-internal-review.googlesource.com/163786 Reviewed-by: Don Garrett <dgarrett@google.com> Commit-Queue: Don Garrett <dgarrett@google.com> Tested-by: Don Garrett <dgarrett@google.com>
Diffstat (limited to 'remote_gcc_build.py')
-rwxr-xr-xremote_gcc_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_gcc_build.py b/remote_gcc_build.py
index 4ee1c6e6..8ed324aa 100755
--- a/remote_gcc_build.py
+++ b/remote_gcc_build.py
@@ -315,7 +315,7 @@ def RunRemote(chromeos_root, branch, patches, is_local,
patch = ""
for p in patches:
patch += " -g {0}".format(p)
- cbuildbot_path = os.path.join(chromeos_root, "chromite/buildbot")
+ cbuildbot_path = os.path.join(chromeos_root, "chromite/cbuildbot")
os.chdir(cbuildbot_path)
branch_flag = ""
if branch != "master":