mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
deploy: complete index-only support for awsbucket:
This commit is contained in:
parent
4a362541bd
commit
034e83bfca
1 changed files with 2 additions and 1 deletions
|
@ -1367,7 +1367,8 @@ def main():
|
||||||
# update_servergitmirrors will take care of multiple mirrors so don't need a foreach
|
# update_servergitmirrors will take care of multiple mirrors so don't need a foreach
|
||||||
update_servergitmirrors(config['servergitmirrors'], repo_section)
|
update_servergitmirrors(config['servergitmirrors'], repo_section)
|
||||||
if config.get('awsbucket'):
|
if config.get('awsbucket'):
|
||||||
update_awsbucket(repo_section, options.verbose, options.quiet)
|
index_only = config.get('awsbucket_index_only')
|
||||||
|
update_awsbucket(repo_section, index_only, options.verbose, options.quiet)
|
||||||
if config.get('androidobservatory'):
|
if config.get('androidobservatory'):
|
||||||
upload_to_android_observatory(repo_section)
|
upload_to_android_observatory(repo_section)
|
||||||
if config.get('virustotal_apikey'):
|
if config.get('virustotal_apikey'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue