From 542477741abe0135c652a78911a0eb9aec9b1a19 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 16:21:36 +0000 Subject: Change how we decide if system check is required Using mtime will work even if you make local changes and it's less code. --- (limited to 'commands') 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"), -- cgit v0.9.1