software.cfg 1.02 KB
Newer Older
1
[buildout]
2
extends =
3
   ../../component/xorg/buildout.cfg
4
   ../../component/lxml-python/buildout.cfg
5
   ../../component/firefox/buildout.cfg
6
   ../../component/dash/buildout.cfg
7
   ../../stack/slapos.cfg
8

9
# develop += /opt/slapdev
10

11
parts =
12
   slapos-cookbook
13 14 15
   template
   eggs
   instance-recipe-egg
16
   xserver
17
   firefox
18
   xwd
19 20 21

[instance-recipe]
egg = slapos.cookbook
22
module = seleniumrunner
23 24 25 26 27 28 29 30 31 32 33 34 35 36

[instance-recipe-egg]
recipe = zc.recipe.egg
eggs = ${instance-recipe:egg}

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
Romain Courteaud's avatar
Romain Courteaud committed
37
md5sum = c4ac5de141ae6a64848309af03e51d88
38 39 40
output = ${buildout:directory}/template.cfg
mode = 0644

Romain Courteaud's avatar
Romain Courteaud committed
41 42 43 44 45 46 47
[template-selenium]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-selenium.cfg
md5sum = 8be91f4515decef0f8af5910e43e0e52
output = ${buildout:directory}/template-selenium.cfg
mode = 0644

48
[versions]
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
49
plone.recipe.command = 1.1
50
slapos.recipe.template = 2.5