-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.cfg
70 lines (61 loc) · 1.55 KB
/
dev.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
[buildout]
extends =
base.cfg
parts +=
test
ipzope
auto-checkout =
Products.urban
[instance1]
#use the instance1 eggs to extends the base eggs defined in [buildout]
recipe = plone.recipe.zope2instance
debug-mode = on
verbose-security = on
environment-vars +=
ENABLE_PRINTING_MAILHOST True
zope-conf-additional +=
%include ${buildout:directory}/zope_add.conf
eggs +=
Products.Clouseau
Products.DocFinderTab
# Products.PDBDebugMode
Products.PrintingMailHost
ipdb
iw.debug
plone.reload
experimental.gracefulblobmissing
zcml +=
iw.debug
# create bin/test command
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
Products.urban [test]
imio.urban.core [test]
plone.app.contenttypes
environment = testenv
[testenv]
zope_i18n_compile_mo_files = true
[ipzope]
# an IPython Shell for interactive use with zope running.
# You also need to put
# https://svn.plone.org/svn/collective/dotipython/branches/plone4/
# ipy_profile_zope.py
# in your $HOME/.ipython directory for the following to work.
# You may have to remove an existing ipy_profile_zope.py: if you
# get errors when running ./bin/ipzope, check the stack trace for that
# filename to make sure the correct version is used.
recipe = zc.recipe.egg
eggs =
ipython
${instance1:eggs}
initialization =
import sys, os
os.environ["INSTANCE_HOME"] = "${instance1:location}"
sys.argv[1:1] = "--profile zope2".split()
scripts = ipython=ipzope
[repozo]
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo