From 38720618e2382cae228b8b839203b26ab344a26c Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 03 Jan 2013 22:23:18 +0000 Subject: Check system before setting up the environ --- (limited to 'commands/pull') diff --git a/commands/pull b/commands/pull index 7314278..4e3ca8f 100755 --- a/commands/pull +++ b/commands/pull @@ -6,7 +6,6 @@ import sys import common from devbot import build -from devbot import system parser = argparse.ArgumentParser() parser.add_argument("module", nargs="?", help="name of the module to pull") @@ -18,8 +17,5 @@ if args.module: if not build.pull_one(args.module): sys.exit(1) else: - if not system.check(lazy=True): - sys.exit(1) - if not build.pull(): sys.exit(1) -- cgit v0.9.1