Commit b0081750 authored by Romain Courteaud's avatar Romain Courteaud

Allow to fetch repository thought SSL

parent e9fd0e6a
...@@ -91,9 +91,9 @@ class Recipe(BaseSlapRecipe): ...@@ -91,9 +91,9 @@ class Recipe(BaseSlapRecipe):
'template/erp5testnode.cfg.in'), CONFIG)) 'template/erp5testnode.cfg.in'), CONFIG))
testnode_log = os.path.join(self.log_directory, 'erp5testnode.log') testnode_log = os.path.join(self.log_directory, 'erp5testnode.log')
wrapper = zc.buildout.easy_install.scripts([('erp5testnode', wrapper = zc.buildout.easy_install.scripts([('erp5testnode',
'slapos.recipe.librecipe.execute', 'execute')], self.ws, sys.executable, 'slapos.recipe.librecipe.execute', 'executee')], self.ws, sys.executable,
self.wrapper_directory, arguments=[self.options['testnode'], '-l', self.wrapper_directory, arguments=[self.options['testnode'], '-l',
testnode_log, testnode_config])[0] testnode_log, testnode_config]i, {'GIT_SSL_NO_VERIFY': '1'})[0]
path_list.append(testnode_config) path_list.append(testnode_config)
path_list.append(wrapper) path_list.append(wrapper)
return path_list return path_list
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