Follow name change : Xserver -> xserver. Also add buildout and lxml versions

parent 2bb1ca62
...@@ -7,5 +7,5 @@ develop-eggs-directory = ${buildout:develop-eggs-directory} ...@@ -7,5 +7,5 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
[seleniuminstance] [seleniuminstance]
recipe = slapos.cookbook:selenium recipe = slapos.cookbook:selenium
xvfb_binary = ${Xserver:location}/bin/Xvfb xvfb_binary = ${xserver:location}/bin/Xvfb
chromium_binary = chromium_binary =
\ No newline at end of file
...@@ -8,6 +8,11 @@ extends = ...@@ -8,6 +8,11 @@ extends =
../../component/chromium/buildout.cfg ../../component/chromium/buildout.cfg
../../stack/shacache-client.cfg ../../stack/shacache-client.cfg
versions = versions
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
#XXX-Cedric : switch to phantomjs and drop firefox and xorg #XXX-Cedric : switch to phantomjs and drop firefox and xorg
# when phantomjs is compatible with selenium. See # when phantomjs is compatible with selenium. See
# http://code.google.com/p/phantomjs/issues/detail?id=49 # http://code.google.com/p/phantomjs/issues/detail?id=49
...@@ -25,9 +30,8 @@ parts = ...@@ -25,9 +30,8 @@ parts =
libxslt libxslt
eggs eggs
instance-recipe-egg instance-recipe-egg
Xserver xserver
xkbcomp xkbcomp
xkeyboard-config
versions = versions versions = versions
...@@ -58,3 +62,5 @@ mode = 0644 ...@@ -58,3 +62,5 @@ mode = 0644
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010 zc.buildout = 1.5.3-dev-SlapOS-010
lxml = 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