aboutsummaryrefslogtreecommitdiff
path: root/automation/clients
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 /automation/clients
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 'automation/clients')
-rw-r--r--automation/clients/helper/chromeos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/clients/helper/chromeos.py b/automation/clients/helper/chromeos.py
index fd3588c9..ddfd59fe 100644
--- a/automation/clients/helper/chromeos.py
+++ b/automation/clients/helper/chromeos.py
@@ -25,7 +25,7 @@ class ScriptsFactory(object):
def Buildbot(self, config_name):
buildbot = os.path.join(self._chromeos_root,
- "chromite/buildbot/cbuildbot.py")
+ "chromite/cbuildbot/cbuildbot.py")
return cmd.Shell(buildbot,
"--buildroot=%s" % self._chromeos_root,
@@ -85,7 +85,7 @@ class CommandsFactory(object):
config_header = "add_config(%r, [%s])" % (config_name,
", ".join(config_list))
config_file = os.path.join(self.CHROMEOS_ROOT,
- "chromite/buildbot/cbuildbot_config.py")
+ "chromite/cbuildbot/cbuildbot_config.py")
quoted_config_header = "%r" % config_header
quoted_config_header = re.sub("'", "\\\"", quoted_config_header)