Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:20:27 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:20:27 (GMT)
commitbf0fa30f3ae0b22eba401c0e5f8e675704d55502 (patch)
tree07c034bd2746dd75d7374e5b92250c7f1930083d /commands/common.py
parente488ee4e2333a0e1814e2ef75141df06ab7226e4 (diff)
Add devbot to python path
So that we can generate documentation in sugar-docs.
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 82f3869..a5dd056 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -13,6 +13,7 @@ from devbot import distro
def setup():
config.load_plugins()
+ config.set_devbot_dir(os.path.join(base_dir, "devbot"))
config.set_config_dir(os.path.join(base_dir, "config"))
config.set_install_dir(os.path.join(base_dir, "install"),
relocatable="SUGAR_BUILDBOT" in os.environ)