-
Notifications
You must be signed in to change notification settings - Fork 12
/
plone-2.1.x.cfg
56 lines (46 loc) · 1.23 KB
/
plone-2.1.x.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[buildout]
index = https://pypi.org/simple/
parts = zope2 plone instance omelette test
find-links =
https://dist.plone.org
https://download.zope.dev/ppix/
https://download.zope.dev/distribution/
http://effbot.org/downloads
develop = .
unzip = true
versions = versions
package-name =
[versions]
plone.recipe.zope2instance = 3.6
[zope2]
recipe = plone.recipe.zope2install
url = http://www.zope.org/Products/Zope/2.8.12/Zope-2.8.12-final.tgz
[plone]
recipe = plone.recipe.distros
urls = https://dist.plone.org/archive/Plone-2.1.4.tar.gz
nested-packages = Plone-2.1.4.tar.gz
version-suffix-packages = Plone-2.1.4.tar.gz
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
eggs =
elementtree
products =
${plone:location}
${buildout:directory}/build/Products
[omelette]
recipe = collective.recipe.omelette
eggs =
Products.PloneTestCase
${buildout:package-name}
location = ${buildout:directory}/build
[test]
recipe = zc.recipe.egg
eggs =
${instance:eggs}
plone.recipe.zope2instance
extra-paths = ${zope2:location}/lib/python
entry-points = test=plone.recipe.zope2instance.ctl:main
arguments =
["-C", "${instance:location}/etc/zope.conf", "test"] + sys.argv[1:]