-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
59 lines (46 loc) · 1.22 KB
/
base.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
57
58
59
[buildout]
parts =
test
zopepy
extends =
versions.cfg
http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.1/sources.cfg
find-links +=
http://dist.plone.org/thirdparty
eggs =
Zope2
Plone
Products.LinguaPlone
Products.PloneHotfix20110531==2.0
plonetheme.basic
zettwerk.ui
Products.DocFinderTab
Products.Clouseau
Products.ArchAddOn
Products.AddRemoveWidget
Products.DataGridField
Products.PloneSoftwareCenter
extensions =
mr.developer
buildout.dumppickedversions
auto-checkout =
Products.PloneSoftwareCenter
always-checkout = true
[sources]
Products.PloneSoftwareCenter = svn https://svn.plone.org/svn/collective/Products.PloneSoftwareCenter/trunk/
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress', '--ndiff', '--verbose']
eggs = Products.PloneSoftwareCenter
[zopepy]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/zc.recipe.egg
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = zopepy
scripts = zopepy
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = 127.0.0.1:12800
# effective-user = zope
blob-storage = ${instance-settings:blob-storage}