mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-11 01:40:11 +01:00
deploy: complete index-only support for awsbucket:
This commit is contained in:
parent
4a362541bd
commit
034e83bfca
@ -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…
Reference in New Issue
Block a user