mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Centralise management of srclib metadata
This commit is contained in:
parent
e29da6b023
commit
3a73654d49
4 changed files with 31 additions and 10 deletions
|
@ -47,9 +47,10 @@ def main():
|
|||
|
||||
config = common.read_config(options)
|
||||
|
||||
# Get all apps...
|
||||
# Read all app and srclib metadata
|
||||
allapps = metadata.read_metadata()
|
||||
apps = common.read_app_args(args, allapps, True)
|
||||
metadata.read_srclibs()
|
||||
|
||||
problems = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue