~jbaudoux/anybox.recipe.openerp/1.8.5_relative_paths_jailroot

« back to all changes in this revision

Viewing changes to buildbot/recipe-61.cfg

[MRG] Update with target branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[buildout]
2
 
parts = openerp
3
 
extensions = gp.vcsdevelop
4
 
versions = versions
5
 
find-links = http://download.gna.org/pychart/
6
 
vcs-extend-develop =
7
 
    bzr+http://bazaar.launchpad.net/~anybox/anybox.recipe.openerp/trunk#egg=anyb
8
 
vcs-update = True
 
2
extends = base_recipe.cfg
9
3
 
10
4
[openerp]
11
 
recipe = anybox.recipe.openerp:server
12
5
version = 6.1-1
13
6
 
14
7
[webclient]
15
 
recipe = anybox.recipe.openerp:server
16
8
version = 6.1-1
17
9
 
18
10
[gtkclient]
19
 
recipe = anybox.recipe.openerp:gtkclient
20
11
version = 6.1-1
21
12
 
22
13
[versions]