Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 16:58:07 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 16:59:32 (GMT)
commit1b32c98f14766d3e956c52d6b803b19e5126c893 (patch)
tree0a03486438f79cf6716a37c9661ef31f3c4adc11 /devbot/system.py
parent3f8c1c9ba806e2e76514c3e2874c7ae24e5dac65 (diff)
Move system checking to the build module
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 3cf409e..cefca1c 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -11,8 +11,8 @@ _checkers = {}
def check(remove=False, update=False, test=False, interactive=True,
- skip_if_unchanged=False):
- if skip_if_unchanged:
+ lazy=False):
+ if lazy:
if state.system_check_is_unchanged():
return True