Fix build passing madness (closes #55)

This commit is contained in:
Daniel Martí 2015-01-05 00:29:27 +01:00
parent 388665ff43
commit 371e64dfc2
2 changed files with 12 additions and 10 deletions

View file

@ -1051,7 +1051,7 @@ def main():
# Set up vcs interface and make sure we have the latest code...
logging.debug("Getting {0} vcs interface for {1}"
.format(app['Repo Type'], app['Repo']))
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir, build)
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir)
first = False