1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Also use srclibs in checkupdates

Needed when Repo Type is srclib
This commit is contained in:
Daniel Martí 2014-05-27 09:53:58 +02:00
parent a129ef5f9f
commit 5bbbda71a3

View File

@ -330,6 +330,7 @@ def main():
# Get all apps...
allapps = metadata.read_metadata()
metadata.read_srclibs()
apps = common.read_app_args(args, allapps, False)