Commit 7f676525 authored by Lucas Carvalho's avatar Lucas Carvalho Committed by Łukasz Nowak

Revert "The upload-authentication-file comes from networkcache section."

This reverts commit b6730a8b.
parent 9335737f
......@@ -358,8 +358,6 @@ class Buildout(UserDict.DictMixin):
'upload-cache-url', '')
self.upload_dir_url = networkcache_section.get(
'upload-dir-url', '')
self.upload_authentication_file = networkcache_section.get(
'upload-authentication-file', '')
self.signature_certificate_file = networkcache_section.get(
'signature-certificate-file', '')
self.signature_private_key_file = networkcache_section.get(
......@@ -375,7 +373,6 @@ class Buildout(UserDict.DictMixin):
options['__networkcache__download-dir-url'] = self.download_dir_url
options['__networkcache__upload-cache-url'] = self.upload_cache_url
options['__networkcache__upload-dir-url'] = self.upload_dir_url
options['__networkcache__upload-authentication-file'] = self.upload_authentication_file
options['__networkcache__signature-certificate-file'] = self.signature_certificate_file
options['__networkcache__signature-private-key-file'] = self.signature_private_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