Commit b14f6618 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not use non sense stack.

parent c79033af
......@@ -3,14 +3,59 @@ versions = versions
extensions = slapos.tool.rebootstrap
rebootstrap-section = python2.6
extends =
../../stack/testnode.cfg
../../component/python-2.6/buildout.cfg
../../component/subversion/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/git/buildout.cfg
../../component/zip/buildout.cfg
parts +=
parts =
bootstrap
eggs
subversion
git
zip
template
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 74e8bba5b666f7154b0d5ecdfee9dcf6
output = ${buildout:directory}/template.cfg
mode = 0644
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap]
section = python2.6
version = 1
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
PyXML
slapos.recipe.testnode
slapos.tool.grid
slapos.tool.proxy
buildbot
Twisted
entry-points = buildbot=buildbot.scripts.runner:run
[versions]
zc.buildout = 1.5.3-dev-SlapOS-001
# only those buildout with Twisted are known to work
buildbot = 0.7.12
Twisted = 8.2.0
# locally fixed PyXML which supports python 2.6
PyXML = 0.8.4nxd001
[buildout]
versions = versions
extensions = slapos.tool.rebootstrap
rebootstrap-section = python2.6
extends =
../component/python-2.6/buildout.cfg
../component/subversion/buildout.cfg
../component/lxml-python/buildout.cfg
../component/git/buildout.cfg
../component/zip/buildout.cfg
parts =
bootstrap
eggs
subversion
git
zip
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap]
section = python2.6
version = 1
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
PyXML
slapos.recipe.testnode
slapos.tool.grid
slapos.tool.proxy
buildbot
Twisted
entry-points = buildbot=buildbot.scripts.runner:run
[versions]
zc.buildout = 1.5.3-dev-SlapOS-001
# only those buildout with Twisted are known to work
buildbot = 0.7.12
Twisted = 8.2.0
# locally fixed PyXML which supports python 2.6
PyXML = 0.8.4nxd001
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