software.cfg 1.54 KB
Newer Older
1
[buildout]
2 3
develop =

4 5
extends = 
   ../../component/xorg/buildout.cfg
6
   ../../component/lxml-python/buildout.cfg
7
   ../../component/python-2.7/buildout.cfg
8
   ../../component/firefox/buildout.cfg
9
   ../../stack/shacache-client.cfg
10

11 12 13 14 15
versions = versions

find-links +=
    http://www.nexedi.org/static/packages/source/slapos.buildout/

16 17 18 19 20 21 22 23 24 25 26 27
#XXX-Cedric : switch to phantomjs and drop firefox and xorg
#             when phantomjs is compatible with selenium. See
#             http://code.google.com/p/phantomjs/issues/detail?id=49
#             And http://code.google.com/p/phantomjs/wiki/FAQ
#             (bottom, comment Mar 23, 2011

#XXX-Cedric: to Vivien : 
#Example of sending report to erp5 :
#http://git.erp5.org/gitweb/slapos.git/blob/HEAD:/slapos/recipe/testnode/erp5testreporthandler.py?js=1
#Example of launching unitary testing : 
#http://git.erp5.org/gitweb/erp5.git/blob/HEAD:/tests/__init__.py?js=1#l47;js=1

28
parts =
29 30 31
   template
   eggs
   instance-recipe-egg
32
   xserver
33
   firefox
34 35 36 37 38 39 40

versions = versions

unzip = true

[instance-recipe]
egg = slapos.cookbook
41
module = seleniumrunner
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

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

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

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
58
md5sum = 70b7fb4ad69b35e615134f86d85e8d2f
59 60 61 62 63
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
# Use SlapOS patched zc.buildout
64
zc.buildout = 1.5.3-dev-SlapOS-010