Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 21:31:14 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 21:33:43 (GMT)
commit308658452faf52fa7d95e69a26200765daa22bc5 (patch)
treeebfbca398f46dff14c6b48e546313d9aa9e1cd90 /devbot
parent39ba6c7842073a2db94a0022e556c71518f06da2 (diff)
Remove leftover
Diffstat (limited to 'devbot')
-rw-r--r--devbot/build.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/devbot/build.py b/devbot/build.py
index c1a1756..d2be575 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -58,12 +58,6 @@ def build(full=False):
state.full_build_touch()
- if not system.check(lazy=True):
- return False
-
- if not pull(lazy=True):
- return False
-
to_build = []
for module in config.load_modules():
if not state.built_module_is_unchanged(module):