-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.cfg
88 lines (72 loc) · 2.1 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[buildout]
extends =
buildouts/base.cfg
versions.cfg
extensions =
mr.developer
show-picked-versions=true
versions = versions
unzip = true
debug-mode = on
parts +=
omelette
test
# translation
# i18ndude
# code-analysis
auto-checkout +=
oxford.intranet.folder
younglives.content
younglives.ethiopia
younglives.homepage
younglives.india
younglives.international
younglives.policy
younglives.publication
younglives.theme
younglives.vietnam
plone.recipe.codeanalysis
test-modules =
[ports]
plone = 8080
[users]
plone = admin
[passwords]
plone = admin
[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}
[test]
recipe = zc.recipe.testrunner
eggs =
${instance:eggs}
${buildout:test-modules}
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[translation]
recipe = infrae.i18nextract
packages =
younglives.vietnam
output = ${buildout:directory}/src/younglives.vietnam/younglives/vietnam/locales
output-package = younglives.vietnam
domain = younglives.vietnam
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src
jenkins = False
flake8-filesystem=True
[sources]
oxford.intranet.folder = git [email protected]:younglives/oxford.intranet.folder.git
younglives.content = git [email protected]:younglives/younglives.content.git
younglives.ethiopia = git [email protected]:younglives/younglives.ethiopia.git
younglives.homepage = git [email protected]:younglives/younglives.homepage.git
younglives.india = git [email protected]:younglives/younglives.india.git
younglives.international = git [email protected]:younglives/younglives.international.git
younglives.policy = git [email protected]:younglives/younglives.policy.git
younglives.publication = git [email protected]:younglives/younglives.publication.git
younglives.theme = git [email protected]:younglives/younglives.theme.git
younglives.vietnam = git [email protected]:younglives/younglives.vietnam.git
plone.recipe.codeanalysis = git https://github.com/davismr/plone.recipe.codeanalysis.git