From 1b32c98f14766d3e956c52d6b803b19e5126c893 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 16:58:07 +0000 Subject: Move system checking to the build module --- (limited to 'commands/build') diff --git a/commands/build b/commands/build index 38cae6b..da62f82 100755 --- a/commands/build +++ b/commands/build @@ -5,7 +5,6 @@ import sys import common -from devbot import system from devbot import build parser = argparse.ArgumentParser() @@ -15,9 +14,6 @@ args = parser.parse_args() common.setup(log_name="build") -if not system.check(skip_if_unchanged=True): - sys.exit(1) - if args.module: success = build.build_one(args.module) else: -- cgit v0.9.1