mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Read only metadata of apps given on the command line
This commit is contained in:
parent
66018d3f09
commit
8ab1d53318
9 changed files with 12 additions and 27 deletions
|
@ -24,9 +24,9 @@ def main():
|
|||
)
|
||||
metadata.add_metadata_arguments(parser)
|
||||
options = common.parse_args(parser)
|
||||
pkgs = common.read_pkg_args(options.appid, True)
|
||||
allapps = metadata.read_metadata(pkgs)
|
||||
apps = common.read_app_args(options.appid, allapps, True)
|
||||
apps = common.read_app_args(
|
||||
options.appid, allow_version_codes=True, sort_by_time=True
|
||||
)
|
||||
common.read_config()
|
||||
|
||||
for appid, app in apps.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue