Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 16:21:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 16:21:36 (GMT)
commit542477741abe0135c652a78911a0eb9aec9b1a19 (patch)
treefc47abcaeadd22293b8a4782a798d12cc8185727 /commands
parent23e0efc9099005c2b789c84a4578624ba2033de3 (diff)
Change how we decide if system check is required
Using mtime will work even if you make local changes and it's less code.
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/common.py b/commands/common.py
index 557c074..a7e16d1 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -10,8 +10,6 @@ from devbot import git
def setup(log_name=None):
- 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"),