Adapt publish to new format, improve completion

This commit is contained in:
Daniel Martí 2013-12-19 22:55:17 +01:00
parent 7184ba0f9d
commit 61def95320
4 changed files with 93 additions and 97 deletions

View file

@ -876,7 +876,7 @@ def main():
# Get all apps...
allapps = metadata.read_metadata(xref=not options.onserver)
apps = common.read_app_args(args, options, allapps, True)
apps = common.read_app_args(args, allapps, True)
apps = [app for app in apps if (options.force or not app['Disabled']) and
len(app['Repo Type']) > 0 and len(app['builds']) > 0]