mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'scanner' into 'master'
scanner: refresh data without scanning See merge request fdroid/fdroidserver!1437
This commit is contained in:
commit
ee764ff92e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue