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

Disable forced development mode.

parent 10efc7ef
[buildout]
slaposcookbook_recipe_location = ${:parts-directory}/slaposcookbook
develop =
${:slaposcookbook_recipe_location}
extends =
../../stack/kvm.cfg
parts +=
template
instance-recipe-egg
[template]
recipe = slapos.recipe.template
......@@ -18,12 +11,3 @@ url = ${:_profile_base_location_}/instance.cfg
#md5sum = 6dd35876f5877fcab99f8d910058e076
output = ${buildout:directory}/template.cfg
mode = 0644
[slaposcookbook]
recipe = plone.recipe.command
git_param = --quiet -b kvm
git = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
\ No newline at end of file
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