mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Merge branch 'scanner' into 'master'
scanner: refresh data without scanning See merge request fdroid/fdroidserver!1437
This commit is contained in:
commit
ee764ff92e
@ -825,6 +825,8 @@ def main():
|
||||
if not appids:
|
||||
if options.exit_code and probcount > 0:
|
||||
sys.exit(ExitCode.NONFREE_CODE)
|
||||
if options.refresh_scanner:
|
||||
_get_tool()
|
||||
return
|
||||
|
||||
# Read all app and srclib metadata
|
||||
|
Loading…
Reference in New Issue
Block a user