buildout.cfg 540 Bytes
Newer Older
1 2 3 4
[buildout]
extends =
  ../git/buildout.cfg

5
[userhosts]
6 7 8
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
9
command = cd ${userhosts-get:location} && make
10
# For convenience (one section to build & know result path)
Vincent Pelletier's avatar
Vincent Pelletier committed
11
location = ${userhosts-get:location}/userhosts
12

13
[userhosts-get]
14 15
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/userhosts.git
16
revision = d3080ad4b82c91dc14fd2ad2a8e9b2512e600c2a
17
git-executable = ${git:location}/bin/git
18
location = ${buildout:parts-directory}/userhosts