Commit 45bf74d8 authored by Yusei Tahara's avatar Yusei Tahara

gitclone: Fix upload_network_cached....

gitclone: Fix upload_network_cached. helper_upload_network_cached_from_directory needs two additional parameters since slapos.libnetworkcache 0.14.5.
parent b1602599
......@@ -84,8 +84,10 @@ def upload_network_cached(path, name, revision, networkcache_options):
cache_url=networkcache_options.get('upload-cache-url'),
signature_private_key_file=networkcache_options.get(
'signature-private-key-file'),
shacache_ca_file=networkcache_options.get('shacache-ca-file'),
shacache_cert_file=networkcache_options.get('shacache-cert-file'),
shacache_key_file=networkcache_options.get('shacache-key-file'),
shadir_ca_file=networkcache_options.get('shadir-ca-file'),
shadir_cert_file=networkcache_options.get('shadir-cert-file'),
shadir_key_file=networkcache_options.get('shadir-key-file'),
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment