mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
metadata: stop setting up source repo when running lint/rewritemeta
broken in 54e8867a7e
This commit is contained in:
parent
211dd65ff0
commit
8bb2c7d4b1
3 changed files with 4 additions and 4 deletions
|
|
@ -1012,7 +1012,7 @@ def main():
|
|||
|
||||
# Read all app and srclib metadata
|
||||
pkgs = common.read_pkg_args(options.appid, True)
|
||||
allapps = metadata.read_metadata(pkgs, options.refresh, sort_by_time=True)
|
||||
allapps = metadata.read_metadata(pkgs, options.refresh, sort_by_time=True, check_vcs=True)
|
||||
apps = common.read_app_args(options.appid, allapps, True)
|
||||
|
||||
for appid, app in list(apps.items()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue