Commit 2018c4b9 authored by Jérome Perrin's avatar Jérome Perrin

DREAM: develop slapos.cookbook for dream

to include commit wrapper script: workaround kernel limitation in shebang line length
parent a1c8bd23
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/manpy/buildout.cfg ../../component/manpy/buildout.cfg
parts = parts =
slapos-cookbook-develop
slapos-cookbook slapos-cookbook
manpy manpy
instance instance
...@@ -13,6 +14,9 @@ recipe = slapos.recipe.template ...@@ -13,6 +14,9 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
[slapos.cookbook-repository]
branch = dream
[versions] [versions]
rpy2 = 2.4.0 rpy2 = 2.4.0
pydot = 1.0.28 pydot = 1.0.28
...@@ -31,3 +35,5 @@ slapos.recipe.template = 2.6 ...@@ -31,3 +35,5 @@ slapos.recipe.template = 2.6
zope.exceptions = 4.0.7 zope.exceptions = 4.0.7
zope.testing = 4.1.3 zope.testing = 4.1.3
# XXX We develop slapos.cookbook to include 'wrapper script: workaround kernel limitation in shebang line length'
slapos.cookbook =
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