forked from collective/fise-buildout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
45 lines (38 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
[buildout]
index = http://pypi.bluedynamics.eu
parts =
stanbol-download
stanbol-instance
tests
py
extensions =
mr.developer
auto-checkout = *
always-checkout = force
[sources]
stanbol.client = git [email protected]:ymazzer/stanbol.client.git
stanbol.plone = git [email protected]:ymazzer/stanbol.plone.git
[stanbol-option]
download-location = https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.launchers.full/lastSuccessfulBuild/artifact/org.apache.stanbol/org.apache.stanbol.launchers.full/0.9-SNAPSHOT
engine = org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar
java-bin = /usr/lib/jvm/java-6-sun/jre/bin/java
port = 9000
[stanbol-download]
recipe = hexagonit.recipe.download
filename = org.apache.stanbol.launchers.full.jar
url = ${stanbol-option:download-location}/${stanbol-option:engine}
download-only = true
[stanbol-instance]
recipe = collective.recipe.template
input = ${buildout:directory}/stanbol-instance.in
output = ${buildout:bin-directory}/stanbol-instance
mode = 770
[tests]
recipe = zc.recipe.testrunner
eggs = stanbol.client[test]
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[py]
recipe = zc.recipe.egg
eggs =
stanbol.client
interpreter = py