-
Notifications
You must be signed in to change notification settings - Fork 12
/
plone-3.3.x.cfg
50 lines (41 loc) · 962 Bytes
/
plone-3.3.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
[buildout]
index = https://pypi.org/simple/
extends =
https://dist.plone.org/release/3.3-latest/versions.cfg
find-links =
https://dist.plone.org/release/3.3-latest/
https://dist.plone.org/thirdparty/
develop = .
eggs =
unzip = true
versions = versions
parts =
zope2
instance
test
package-name =
[versions]
zope.testing = 3.8.7
[zope2]
recipe = plone.recipe.zope2install
url = ${versions:zope2-url}
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
eggs =
Plone
${buildout:package-name}
zcml =
${buildout:package-name}
[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", "-s",
"${buildout:package-name}", "--test-path=."] + sys.argv[1:]