mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
scanner: implement caching rules for suss
This commit is contained in:
parent
bfcc30b854
commit
a8bcaa3d70
4 changed files with 78 additions and 57 deletions
|
@ -987,7 +987,7 @@ def main():
|
|||
if not options.appid and not options.all:
|
||||
parser.error("option %s: If you really want to build all the apps, use --all" % "all")
|
||||
|
||||
config = common.read_config(options)
|
||||
config = common.read_config(opts=options)
|
||||
|
||||
if config['build_server_always']:
|
||||
options.server = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue