File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ picked.cfg
52
52
src
53
53
pip.log
54
54
source /reference_manuals /external /*
55
+
56
+ buildout-cache /downloads /*
57
+ buildout-cache /eggs /*
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ extensions =
22
22
mr.developer
23
23
buildout.dumppickedversions
24
24
25
+ eggs-directory = buildout-cache/eggs
26
+ download-cache = buildout-cache/downloads
27
+
25
28
extends =
26
29
https://raw.github.com/plone/buildout.coredev/4.2/sources.cfg
27
30
@@ -45,7 +48,7 @@ auto-checkout =
45
48
plone.app.testing
46
49
plone.api
47
50
Products.TinyMCE
48
- tutorial .todoapp
51
+ tutorials .todoapp
49
52
50
53
allow-picked-versions = true
51
54
@@ -64,7 +67,6 @@ outputs = html
64
67
source = ${buildout:directory}/source
65
68
build = ${buildout:directory}/build
66
69
eggs =
67
- Plone
68
70
Sphinx
69
71
Docutils
70
72
roman
@@ -76,12 +78,15 @@ eggs =
76
78
[versions]
77
79
roadrunner = 0.2.3.1
78
80
zc.recipe.egg = 1.2.0
81
+ Products.CMFPlone = 4.2.1
79
82
80
83
# Some pindowns to make sure Sphinx + dependencies don't go havoc
81
84
collective.recipe.sphinxbuilder = 0.7.0
82
85
Sphinx = 1.1.3
83
86
84
87
[sources]
85
88
Products.TinyMCE = git git://github.com/plone/Products.TinyMCE
86
- plone.api = git git://github.com/plone/plone.api.gi
89
+ plone.api = git git://github.com/plone/plone.api.git
87
90
tutorials.todoapp = git git://github.com/collective/tutorial.todoapp.git
91
+
92
+
You can’t perform that action at this time.
0 commit comments