Merge branch 'nodejs' into kvm
[slapos.git] / stack / nodejs.cfg
1 [buildout]
2 extends =
3   ../component/lxml-python/buildout.cfg
4   ../component/nodejs/buildout.cfg
5   ../stack/shacache-client.cfg
6
7 find-links +=
8     http://www.nexedi.org/static/packages/source/slapos.buildout/
9
10 # Use only quite well working sites.
11 allow-hosts =
12   *.nexedi.org
13   *.python.org
14   *.sourceforge.net
15   alastairs-place.net
16   dist.repoze.org
17   effbot.org
18   github.com
19   peak.telecommunity.com
20   psutil.googlecode.com
21   www.dabeaz.com
22
23 parts =
24 #  template
25   eggs
26 #  instance-recipe-egg
27   nodejs
28   npm
29
30 [eggs]
31 recipe = zc.recipe.egg
32 eggs =
33   ${lxml-python:egg}
34   slapos.cookbook