From 308658452faf52fa7d95e69a26200765daa22bc5 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 21:31:14 +0000 Subject: Remove leftover --- diff --git a/commands/check b/commands/check index a283940..ff08e80 100755 --- a/commands/check +++ b/commands/check @@ -10,7 +10,7 @@ import common from devbot import run from devbot import check from devbot import command - +from devbot import system def _get_profile(): profile_path = os.path.expanduser("~/.sugar/uitests") 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): -- cgit v0.9.1