forked from IMIO/imio.pm.locales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
executable file
·119 lines (100 loc) · 3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[buildout]
extensions =
mr.developer
allow-picked-versions = false
parts =
productdistros
svnproducts
omelette
instance1
zopepy
repozo
# If you want to get the last versions of eggs, you have to comment the line "versions-prod.cfg"
extends =
http://dist.plone.org/release/4.2.4/versions.cfg
versions-base.cfg
versions=versions
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
http://dist.plone.org/release/4.2.4
http://dist.plone.org/thirdparty
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
http://b.pypi.python.org
http://c.pypi.python.org
http://d.pypi.python.org
auto-checkout =
# Add additional eggs here
# elementtree is required by Plone
eggs =
Plone
Pillow
#- hotfix -#
# Products.PloneHotfix20110720 # <= 3.3.5 , <= 4.0.3
# Products.PloneHotfix20110531 # <= 3.3.5 , <= 4.0.5
# Products.PloneHotfix20121106 # <= 4.2.2, <= 4.3a2
# Products.Zope_Hotfix_20110622 # <= 3.3.5 , <= 4.0.7, <= 4.1rc3
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop = .
# Only take stable eggs
#prefer-final = true
# Always unzip eggs
unzip = true
[sources]
# Use this section to download additional old-style products.
# List any number of URLs for product tarballs under URLs (separate
# with whitespace, or break over several lines, with subsequent lines
# indented). If any archives contain several products inside a top-level
# directory, list the archive file name (i.e. the last part of the URL,
# normally with a .tar.gz suffix or similar) under 'nested-packages'.
# If any archives extract to a product directory with a version suffix, list
# the archive name under 'version-suffix-packages'.
[productdistros]
recipe = plone.recipe.distros
urls =
nested-packages =
version-suffix-packages =
[svnproducts]
recipe = infrae.subversion
urls =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance1:eggs}
products =
[instance1]
recipe = plone.recipe.zope2instance
#effective-user =
user = admin:admin
http-address = 8080
zserver-threads = 4
debug-mode = off
verbose-security = off
zope-conf-additional =
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
zope_i18n_compile_mo_files true
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} my.package
eggs =
${buildout:eggs}
Products.DocFinderTab
imio.pm.locales
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
imio.pm.locales
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance1:eggs}
interpreter = zopepy
scripts = zopepy
[repozo]
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo