Commit d0e6edcc authored by Xiaowu Zhang's avatar Xiaowu Zhang

just a try to see how it process in test node

parent adbbd9f4
......@@ -6,7 +6,7 @@
[buildout]
extends =
../../stack/slapos-dev.cfg
../../stack/slapos.cfg
../../stack/logrotate/buildout.cfg
../../component/cython-zstd/buildout.cfg
#LXML
......@@ -21,8 +21,6 @@ extends =
parts =
# keep neoppod first so that ZODB is built correctly,
# before any other section that would depend on it
slapos.recipe.build-repository
slapos.recipe.cmmi-repository
neoppod-develop
neoppod
slapos-deps-eggs
......
......@@ -10,25 +10,6 @@ parts =
slapos-cookbook
[git-clone-repository]
recipe = plone.recipe.command
git-binary = git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = (${:git-binary} clone ${:repository} ${:location})
[slapos.recipe.build-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/xiaowu.zhang/slapos.recipe.build.git
branch = master
[slapos.recipe.cmmi-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/xiaowu.zhang/slapos.recipe.cmmi.git
branch = master
[slapos.toolbox-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.toolbox.git
......@@ -60,7 +41,7 @@ setup = ${erp5.util-repository:location}
[slapos.core-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.core.git
branch = master
branch = feat/cmmi_cache
git-executable = ${git:location}/bin/git
develop = true
......
......@@ -4,9 +4,10 @@
[buildout]
python = python2.7
shared-part = /srv/slapgrid/slappart2/srv/runner/project/cache
eggs-directory = /srv/slapgrid/slappart2/srv/runner/project/shared-eggs
develop-eggs-directory = /srv/slapgrid/slappart2/srv/runner/project/dev-eggs
shared-part = /tmp/remove
#eggs-directory = /tmp/remove-eggs
#develop-eggs-directory = /tmp/remove-dev
abi-tag-eggs = true
......@@ -16,8 +17,8 @@ abi-tag-eggs = true
# checkout, you must add both slapos-cookbook-develop and slapos-cookbook in parts
develop =
${slapos.recipe.build-repository:location}
${slapos.recipe.cmmi-repository:location}
${slapos.recipe.build-repository:repository}
${slapos.recipe.cmmi-repository:repository}
extensions +=
......
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