mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Adapt checkupdates
This commit is contained in:
parent
21db79eea2
commit
3aec0aacd7
5 changed files with 13 additions and 19 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)
|
||||
apps = common.read_app_args(args, options, 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