Commit 502f6692 authored by Julien Muchembled's avatar Julien Muchembled

Switch NEO code in development mode

NEO is still in heavy development and it must be easy to update code on
existing deployment.
parent 04b38984
...@@ -19,11 +19,30 @@ extends = ...@@ -19,11 +19,30 @@ extends =
parts = parts =
# keep neoppod first so that ZODB3 is built correctly, # keep neoppod first so that ZODB3 is built correctly,
# before any other section that would depend on it # before any other section that would depend on it
neoppod-develop
neoppod neoppod
slapos-deps-eggs slapos-deps-eggs
slapos-cookbook-develop slapos-cookbook-develop
slapos-cookbook slapos-cookbook
[neoppod-repository]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/neoppod.git
git-executable = ${git:location}/bin/git
[neoppod-develop]
recipe = zc.recipe.egg:develop
setup = ${neoppod-repository:location}
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master, storage-importer, storage-mysqldb]
${mysql-python:egg}
ZODB3
ZODB3-patches =
${:_profile_base_location_}/../../component/egg-patch/ZODB3-3.10.5.patch
ZODB3-patch-options = -p1
[slapos-deps-eggs] [slapos-deps-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -90,17 +109,8 @@ md5sum = 84b1150ce30ec827485f9c17debd6b44 ...@@ -90,17 +109,8 @@ md5sum = 84b1150ce30ec827485f9c17debd6b44
url = ${:_profile_base_location_}/my.cnf.in url = ${:_profile_base_location_}/my.cnf.in
md5sum = febd3ed58043ce1367b86cf6e4e69700 md5sum = febd3ed58043ce1367b86cf6e4e69700
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master, storage-importer, storage-mysqldb]
${mysql-python:egg}
ZODB3
ZODB3-patches = ${:_profile_base_location_}/../../component/egg-patch/ZODB3-3.10.5.patch
ZODB3-patch-options = -p1
[versions] [versions]
MySQL-python = 1.2.5 MySQL-python = 1.2.5
neoppod = 1.5
slapos.recipe.template = 2.8 slapos.recipe.template = 2.8
# patched egg # patched egg
ZODB3 = 3.10.5+SlapOSPatched001 ZODB3 = 3.10.5+SlapOSPatched001
......
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