forked from plone/plone.app.contenttypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
47 lines (38 loc) · 1.02 KB
/
buildout.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
[buildout]
extends =
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg
http://good-py.appspot.com/release/dexterity/1.0.3-1
extensions = mr.developer
auto-checkout =
Products.CMFPlone
plone.app.collection
package-name = plone.app.contenttypes
package-directory = plone/app/contenttypes
parts +=
omelette
test
releaser
zopepy
#develop = .
versions = versions
[versions]
zope.security = 3.8.3
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ${instance:location}/lib/python ./
[test]
recipe = collective.xmltestreport
eggs = ${buildout:package-name} [test]
defaults = ['--auto-color', '--auto-progress']
[releaser]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[sources]
Products.CMFPlone = git https://github.com/plone/Products.CMFPlone.git branch=plip-12344-plone.app.contenttypes
plone.app.collection = git https://github.com/plone/plone.app.collection.git