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-12-25 18:20:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-25 18:20:39 (GMT)
commit69d077f81fd00cb9b462030ffb6b8cc8cd9b25c4 (patch)
tree1ae3272ff66abe1ade6e29ea2ca98caab598b6aa /commands/common.py
parentd2a05dc3eef299f41988c1b54be43ee62274c6e3 (diff)
parentc05e755ced4ce4d528ffc5b34ddb44892e2f938f (diff)
Merge branch 'testing'
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 80c42b4..61d9537 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -7,8 +7,11 @@ sys.path.append(base_dir)
from devbot import config
from devbot import command
+from devbot import git
def setup():
+ git.set_root_path(base_dir)
+
args = {"config_dir": os.path.join(base_dir, "config"),
"install_dir": os.path.join(base_dir, "install"),
"source_dir": os.path.join(base_dir, "source"),