forked from collective/collective.exportimport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildout.cfg
More file actions
40 lines (32 loc) · 777 Bytes
/
buildout.cfg
File metadata and controls
40 lines (32 loc) · 777 Bytes
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
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg
show-picked-versions = true
extensions =
mr.developer
parts =
instance
omelette
releaser
develop = .
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
collective.exportimport [test]
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser[recommended]
[versions]
# Don't use a released version of collective.exportimport
collective.exportimport =
hurry.filesize = 0.9