Commit 59e4a28e authored by Alain Takoudjou's avatar Alain Takoudjou

Add slapos.cookbook develop to Boinc-server

parent ac0f95a8
[buildout]
parts =
# Local development
develop =
${:parts-directory}/slapos.cookbook-repository
parts =
slapos-cookbook
instance-egg
apache-php
template-mariadb
template-boinc
# Local development
slapos.cookbook-repository
check-recipe
extends =
../../component/boinc/buildout.cfg
......@@ -44,6 +50,22 @@ output = ${buildout:directory}/template-mariadb.cfg
md5sum = f355b0b29901a0e8b5e173e0cfa24326
mode = 0644
# Local development
[slapos.cookbook-repository]
recipe = plone.recipe.command
stop-on-error = true
branch = grid-computing
revision =
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --quiet --hard @{upstream} ; fi
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[versions]
Jinja2 = 2.6
MySQL-python = 1.2.3
......
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