-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
50 lines (37 loc) · 1 KB
/
buildout.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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.1.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = plone.mls.core
package-extras = [test]
eggs +=
Products.PrintingMailHost
test-eggs += Pillow
parts +=
createcoverage
i18ndude
node
rebuild_docs-sh
rebuild_i18n-sh
releaser
robot
testnorobot
sphinxbuilder
updatedocsimages
zptlint
extensions +=
mr.developer
sources-dir = checkouts
auto-checkout = *
[node]
binary-url = https://nodejs.org/dist/v{v}/node-v{v}-{p}-x64.tar.gz
[code-analysis]
directory = ${buildout:directory}/src/plone
[sources]
mls.apiclient = git git@github.com:propertyshelf/mls.apiclient.git
plone.mls.core = git git@github.com:propertyshelf/plone.mls.core.git
ps.plone.mls = git git@github.com:propertyshelf/ps.plone.mls.git
[versions]
plone.mls.core =