mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Adapt publish to new format, improve completion
This commit is contained in:
parent
7184ba0f9d
commit
61def95320
4 changed files with 93 additions and 97 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue