-
Notifications
You must be signed in to change notification settings - Fork 2
/
base.cfg
143 lines (129 loc) · 3.88 KB
/
base.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[buildout]
extends=
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
package-extras = [test]
package-name = collective.js.chosen
develop = .
parts +=
omelette
zopepy
test
test-scripts
release
createzopecoverage
coverage-sh
flake8
python-validation-sh
extensions =
mr.developer
buildout.dumppickedversions
common-eggs =
Pillow
ipython
bpython
test-eggs =
${buildout:package-name} ${buildout:package-extras}
[remotes]
# Plone
plone = git://github.com/plone
plone_push = [email protected]:plone
svn_plone = https://svn.plone.org/svn/plone
#svn_plone = http://svn.plone.org/svn/plone
# Collective
collective = git://github.com/collective
collective_push = [email protected]:collective
svn_collective = https://svn.plone.org/svn/collective
#svn_collective = http://svn.plone.org/svn/collective
# Zope
zope = http://svn.zope.org/repos/main
#zope = svn+ssh://svn.zope.org/repos/main
zopegit = git://github.com/zopefoundation
[sources]
zopeskel=svn https://svn.plone.org/svn/collective/ZopeSkel/trunk
experimental.catalogqueryplan = svn https://svn.plone.org/svn/collective/experimental.catalogqueryplan/trunk
Products.MemoryProfiler = svn https://svn.plone.org/svn/collective/Products.MemoryProfiler/trunk
Products.Gloworm = git https://github.com/kiorky/Products.Gloworm.git
templer.core = git ${remotes:collective}/templer.core.git pushurl=${remotes:collective_push}/templer.core.git
templer.buildout = git ${remotes:collective}/templer.buildout.git pushurl=${remotes:collective_push}/templer.buildout.git
templer.zope = git ${remotes:collective}/templer.zope.git pushurl=${remotes:collective_push}/templer.zope.git
templer.plone = git ${remotes:collective}/templer.plone.git pushurl=${remotes:collective_push}/templer.plone.git
templer.dexterity = git ${remotes:collective}/templer.dexterity.git pushurl=${remotes:collective_push}/templer.dexterity.git
templer.plonebuildout = git ${remotes:collective}/templer.plonebuildout.git pushurl=${remotes:collective_push}/templer.plonebuildout.git
templer.silva = git ${remotes:collective}/templer.silva.git pushurl=${remotes:collective_push}/templer.silva.git
templer.localcommands = git ${remotes:collective}/templer.localcommands.git pushurl=${remotes:collective_push}/templer.localcommands.git
templer.plone.localcommands = git ${remotes:collective}/templer.plone.localcommands.git pushurl=${remotes:collective_push}/templer.plone.localcommands.git
templer.plonecore = svn https://svn.plone.org/svn/collective/templer.plonecore/trunk
[instance]
http-address = localhost:8081
eggs =
${buildout:common-eggs}
${buildout:package-name}
extra-paths =
[release]
recipe=zc.recipe.egg
eggs = ${zopepy:eggs}
collective.dist
zest.releaser
scripts =
fullrelease
postrelease
lasttagdiff
prerelease
release
longtest
rst2html.py
rst2latex.py
rst2newlatex.py
rst2pseudoxml.py
rst2s5.py
rst2xml.py
rstpep2html.py
[zopepy]
recipe=zc.recipe.egg
eggs = ${instance:eggs}
extra-paths = ${instance:extra-paths}
interpreter = zopepy
scripts =
[test]
recipe = zc.recipe.testrunner
defaults = ['-v', '-s', '${buildout:package-name}']
eggs =
${buildout:common-eggs}
${buildout:test-eggs}
[test-scripts]
<=zopepy
interpreter=zopepy.test
env-file=test.env
eggs=
${buildout:test-eggs}
${zopepy:eggs}
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
#packages = ./
[versions]
[tools]
recipe=minitage.recipe.scripts
eggs=
i18ndude
babel
sphinx
zopeskel
toutpt.zopeskel
templer.dexterity
templer.buildout
templer.plone
templer.plone.localcommands
templer.zope
scripts=
i18ndude
pybabel
templer
paster
[versions]
# never ever pin paste and other eggs
Paste =
PasteDeploy =
PasteScript =
ZopeSkel =
distribute =