-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
52 lines (43 loc) · 1.22 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
51
52
[buildout]
eggs-directory = eggs
download-cache = downloads
extends-cache = extends
parts =
fise-download
fise-instance
tests
py
extensions =
mr.developer
auto-checkout = *
always-checkout = force
[sources]
#fise.client = git [email protected]:collective/fise.client.git
#fise.plone = git [email protected]:collective/fise.plone.git
## Read onnly checkout
fise.client = git git://github.com/collective/fise.client.git
fise.plone = git git://github.com/collective/fise.plone.git
[fise-option]
download-location = http://dl.dropbox.com/u/5743203/IKS/snapshots
engine = eu.iksproject.fise.launchers.lite-0.9-20101022.jar
java-bin = /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
port = 10090
[fise-download]
recipe = hexagonit.recipe.download
filename = eu.iksproject.fise.launchers.lite.jar
url = ${fise-option:download-location}/${fise-option:engine}
download-only = true
[fise-instance]
recipe = collective.recipe.template
input = ${buildout:directory}/fise-instance.in
output = ${buildout:bin-directory}/fise-instance
mode = 770
[tests]
recipe = zc.recipe.testrunner
eggs = fise.client[test]
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[py]
recipe = zc.recipe.egg
eggs =
fise.client
interpreter = py