forked from sgillies/pleiades3-buildout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevel.cfg
77 lines (70 loc) · 2.72 KB
/
devel.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
# Development buildout
[buildout]
extends = buildout.cfg
newest = true
parts +=
test
omelette
auto-checkout = *
[sources]
pleiades.atom = git https://github.com/isawnyu/pleiades.atom.git
pleiades.bulkup = git https://github.com/isawnyu/pleiades-bulkup.git
pleiades.capgrids = git https://github.com/isawnyu/pleiades-capgrids.git
pleiades.dump = git https://github.com/isawnyu/pleiades-dump.git
pleiades.geographer = git https://github.com/isawnyu/pleiades-geographer.git
pleiades.iterate = git https://github.com/isawnyu/pleiades-iterate.git
pleiades.json = git https://github.com/isawnyu/pleiades-json.git
pleiades.kml = git https://github.com/isawnyu/pleiades-kml.git
pleiades.neighbors = git https://github.com/isawnyu/pleiades-neighbors.git
pleiades.normalizer = git https://github.com/isawnyu/pleiades-normalizer.git
pleiades.notredame = git https://github.com/isawnyu/pleiades-notredame.git
pleiades.openlayers = git https://github.com/isawnyu/pleiades-openlayers.git
pleiades.placematch = git https://github.com/isawnyu/pleiades-placematch.git
pleiades.policy = git https://github.com/isawnyu/pleiades-policy.git
pleiades.portlet.flickr = git https://github.com/isawnyu/pleiades-portlet.flickr.git
pleiades.portlet.references = git https://github.com/isawnyu/pleiades-portlet.references.git
pleiades.rdf = git https://github.com/isawnyu/pleiades-rdf.git
pleiades.reconciliation = git https://github.com/isawnyu/pleiades-reconciliation.git
pleiades.sitemap = git https://github.com/isawnyu/pleiades-sitemap.git
pleiades.transliteration = git https://github.com/isawnyu/pleiades-transliteration.git
pleiades.vaytrouindex = git https://github.com/isawnyu/pleiades-vaytrouindex.git
pleiades.vocabularies = git https://github.com/isawnyu/pleiades-vocabularies.git
pleiades.workspace = git https://github.com/isawnyu/pleiades-workspace.git
Products.PleiadesEntity = git https://github.com/isawnyu/PleiadesEntity.git
isaw.bibitems = git https://github.com/isawnyu/isaw.bibitems.git
[instance]
debug-mode = on
verbose-security = on
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
pleiades.policy[test]
pleiades.atom
pleiades.bulkup
pleiades.capgrids
pleiades.dump
pleiades.geographer
pleiades.iterate
pleiades.json
pleiades.kml
pleiades.neighbors
pleiades.normalizer
pleiades.notredame
pleiades.openlayers
pleiades.placematch
pleiades.portlet.flickr
pleiades.portlet.references
pleiades.rdf
pleiades.reconciliation
pleiades.sitemap
pleiades.transliteration
pleiades.vaytrouindex
pleiades.vocabularies
pleiades.workspace
Products.PleiadesEntity
${instance:eggs}
[omelette]
recipe = collective.recipe.omelette
eggs =
${test:eggs}