-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelop.cfg
71 lines (58 loc) · 1.7 KB
/
develop.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
[sources]
collective.sidebar = git https://github.com/collective/collective.sidebar.git
plonetheme.tokyo = git https://github.com/collective/plonetheme.tokyo.git
plonetheme.siguv = git http://git.bg-kooperation.de/lwalther/plonetheme.siguv.git
nva.kurzfassung = git https://github.com/novareto/nva.kurzfassung.git
nva.folderbehaviors = git https://github.com/novareto/nva.folderbehaviors.git
nva.footerviewlet = git https://github.com/novareto/nva.footerviewlet
nva.webcode = git https://github.com/novareto/nva.webcode.git
nva.testbootstrap = git https://github.com/novareto/nva.testbootstrap.git
nva.viewlets = git https://github.com/novareto/nva.viewlets.git
nva.restapiplus = git http://git.bg-kooperation.de/novareto/plone/nva.restapiplus.git
nva.frontpage = git https://github.com/novareto/nva.frontpage.git branch=homepage
siguv.policy = git http://git.bg-kooperation.de/novareto/plone/siguv.policy.git
[buildout]
test-packages =
deprecation-warnings = on
verbose-security = off
extends =
buildout.cfg
extensions =
eggs +=
plone.reload
parts +=
test
diazotools
checkdocs
mrbob
releaser
i18ndude
[test]
recipe = collective.xmltestreport
defaults = ['--auto-color', '--auto-progress', '--ignore_dir=.git', '--ignore_dir=bower_components', '--ignore_dir=node_modules']
eggs =
${buildout:eggs}
${buildout:test-packages}
[diazotools]
recipe = zc.recipe.egg
eggs = diazo
[checkdocs]
recipe = zc.recipe.egg
eggs =
collective.checkdocs
[mrbob]
recipe = zc.recipe.egg
eggs =
mr.bob
bobtemplates.plone
[releaser]
recipe = zc.recipe.egg
eggs =
zest.releaser
zest.pocompile
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[plonecli]
recipe = zc.recipe.egg
eggs = plonecli