~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_resolve_conflict

« back to all changes in this revision

Viewing changes to buildbot/recipe-60-custom.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
 
vcs-extend-develop =
5
 
    bzr+http://bazaar.launchpad.net/~anybox/anybox.recipe.openerp/trunk#egg=anybox.recipe.openerp
6
 
vcs-update = True
7
 
 
8
 
versions = versions
9
 
find-links = http://download.gna.org/pychart/
 
2
extends = base_recipe.cfg
 
3
 
 
4
[openerp]
 
5
version = 6.0.3
 
6
addons = bzr lp:~anybox/openobject-addons/6.0.3-bugfix addons-6.0 last:1
 
7
eggs =
 
8
    formencode
 
9
    pydns
 
10
 
10
11
 
11
12
[versions]
12
13
Babel = 0.9.6
40
41
zc.buildout = 1.5.2
41
42
zc.recipe.egg = 1.3.2
42
43
 
43
 
[openerp]
44
 
recipe = anybox.recipe.openerp:server
45
 
eggs =
46
 
    formencode
47
 
    pydns
48
 
 
49
 
version = 6.0.3
50
 
addons = bzr lp:~anybox/openobject-addons/6.0.3-bugfix addons-6.0 last:1
51
 
clean = true
52