forked from rockfruit/bika.uw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
93 lines (76 loc) · 1.56 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
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
# This buildout can be used to obtain a complete test system from scratch:
#
# virtualevnv --no-site-packages .
# source bin/activate
# python bootstrap.py
# bin/buildout
# bin/instance start
#
# keep bika.lims to latest master
[sources]
#bika.lims = git ../bika.lims branch=client/uw-wip
[buildout]
extends = http://dist.plone.org/release/4.3.11/versions.cfg
versions = versions
develop =
.
../bika.lims
find-links =
http://dist.plone.org/release/4.3.11
http://dist.plone.org/thirdparty
extensions = mr.developer
auto-checkout = *
always-checkout = true
parts =
instance
i18ndude
lxml
test
robot
eggs =
Plone
bika.lims
bika.uw
i18ndude
lxml
plone.app.debugtoolbar
Products.PDBDebugMode
zcml =
[instance]
recipe = plone.recipe.zope2instance
user = admin:adminsecret
eggs =
${buildout:eggs}
zcml =
${buildout:zcml}
environment-vars =
zope_i18n_compile_mo_files true
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[update_translations]
recipe = collective.recipe.template
output = ${buildout:directory}/bin/update_translations
input = ${buildout:directory}/templates/update_translations.in
mode = 755
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==2.3.6
force = false
static-build = true
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
bika.lims [test]
bika.uw [test]
[robot]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
plone.app.robotframework
[versions]
zc.buildout = 2.5.3
setuptools = 31.0.0
CairoSVG = 1.0.20