mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Re-use config and options from common module in index
This commit is contained in:
parent
f9321f6032
commit
389fd7e6c9
2 changed files with 47 additions and 54 deletions
|
@ -1481,10 +1481,6 @@ def main():
|
|||
# name comes from there!)
|
||||
sortedids = sorted(apps.keys(), key=lambda appid: apps[appid].Name.upper())
|
||||
|
||||
# pass options and config for repo index handling
|
||||
index.options = options
|
||||
index.config = config
|
||||
|
||||
# APKs are placed into multiple repos based on the app package, providing
|
||||
# per-app subscription feeds for nightly builds and things like it
|
||||
if config['per_app_repos']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue