-
Notifications
You must be signed in to change notification settings - Fork 12
/
plone-2.5.x.cfg
52 lines (43 loc) · 1.17 KB
/
plone-2.5.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
[buildout]
index = https://pypi.org/simple/
parts = zope2 plone instance 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.9.12/Zope-2.9.12-final.tgz
[plone]
recipe = plone.recipe.distros
urls = http://launchpad.net/plone/2.5/2.5.5/+download/Plone-2.5.5.tar.gz
nested-packages = Plone-2.5.5.tar.gz
version-suffix-packages = Plone-2.5.5.tar.gz
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
eggs =
elementtree
${buildout:package-name}
zcml =
${buildout:package-name}
products =
${plone:location}
[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:]