forked from plone/buildout.jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.cfg
66 lines (58 loc) · 1.49 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
[buildout]
extends =
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg
http://good-py.appspot.com/release/dexterity/1.1?plone=4.1.2
jenkins.cfg
jenkins-code-analysis.cfg
jenkins-experimental.cfg
extensions = mr.developer
auto-checkout =
plone.app.collection
plone.app.contenttypes
package-name =
develop =
parts +=
omelette
zopepy
releaser
sphinxbuilder
sphinxupload
jenkins-test-eggs =
plone.app.collection [test]
plone.app.contenttypes [test]
jenkins-test-directories =
src/plone.app.collection/plone/app/collection
src/plone.app.contenttypes/plone/app/contenttypes
[instance]
eggs +=
Products.PdbDebugMode
Products.PrintingMailHost
roman
Sphinx
Sphinx-PyPI-upload
repoze.sphinx.autointerface
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ${instance:location}/lib/python ./
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[releaser]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
interpreter = ${buildout:directory}/bin/zopepy
[sphinxupload]
recipe = collective.recipe.template
input = inline:
#!/bin/sh
bin/zopepy setup.py upload_sphinx
output = ${buildout:directory}/bin/sphinxupload
mode = 755
[sources]
plone.app.collection = git git://github.com/plone/plone.app.collection.git
plone.app.contenttypes = git git://github.com/plone/plone.app.contenttypes.git