Commit 245d59c9 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Pass slapos.buildout related parameters."

This reverts commit f2be5210.

The idea *was* to not force providing external buildout. But then slapgrid
would have to get all not known dependencies, so it will be less usable.

Drop this way.
parent f2be5210
...@@ -234,9 +234,7 @@ def bootstrapBuildout(path, buildout=None, ...@@ -234,9 +234,7 @@ def bootstrapBuildout(path, buildout=None,
logger.warning('Using old style bootstrap of included bootstrap file. ' logger.warning('Using old style bootstrap of included bootstrap file. '
'Consider setting buildout binary location.') 'Consider setting buildout binary location.')
invocation_list.append(pkg_resources.resource_filename(__name__, invocation_list.append(pkg_resources.resource_filename(__name__,
'zc.buildout-bootstap.py', '-v', '1.5.3-dev-SlapOS-004', 'zc.buildout-bootstap.py'))
'--buildout-download-base',
'http://www.nexedi.org/static/packages/source/slapos.buildout/'))
invocation_list.extend(additional_buildout_parametr_list) invocation_list.extend(additional_buildout_parametr_list)
if buildout is not None: if buildout is not None:
invocation_list.append('bootstrap') invocation_list.append('bootstrap')
......
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