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

« back to all changes in this revision

Viewing changes to buildbot/MANIFEST.cfg

[MRG] Update with target branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[anybox.recipe.openerp]
2
2
watch = bzr lp:anybox.recipe.openerp
3
3
 
 
4
[anybox.recipe.openerp-stable]
 
5
watch = bzr lp:anybox.recipe.openerp/1.7
 
6
 
4
7
[recipe-50]
5
 
# A buildout to test latest version of the recipe in OpenERP 6.0 case
6
 
# sale_margin is in extras and requires sale
7
 
buildout = standalone recipe-50.cfg
8
 
openerp-addons = sale_margin
9
 
build-for = postgresql == 8.4 OR == 9.2
10
 
watch = bzr lp:anybox.recipe.openerp
 
8
# A buildout to test latest version of the recipe in OpenERP 5.0 case
 
9
# sale_margin is in extras and requires sale
 
10
buildout = bzr lp:anybox.recipe.openerp recipe-50.cfg subdir=buildbot
 
11
openerp-addons = sale_margin
 
12
build-for = postgresql == 8.4 OR == 9.2
 
13
build-category = mature
 
14
# OpenERP v5 won't work on python 2.7
 
15
build-requires = python == 2.6
 
16
 
 
17
[stable-recipe-50]
 
18
# A buildout to test latest version of the recipe in OpenERP 5.0 case
 
19
# sale_margin is in extras and requires sale
 
20
buildout = bzr lp:anybox.recipe.openerp/1.7 stable-recipe-50.cfg subdir=buildbot
 
21
openerp-addons = sale_margin
 
22
build-for = postgresql == 8.4 OR == 9.2
11
23
build-category = mature
12
24
# OpenERP v5 won't work on python 2.7
13
25
build-requires = python == 2.6
14
26
 
15
27
[recipe-60]
16
 
buildout = standalone recipe-60.cfg
17
 
bootstrap-version = 1.7
18
 
build-for = postgresql == 8.4
19
 
watch = bzr lp:anybox.recipe.openerp
 
28
buildout = bzr lp:anybox.recipe.openerp recipe-60.cfg subdir=buildbot
 
29
bootstrap-version = 1.7
 
30
build-for = postgresql == 8.4
 
31
build-category = mature
 
32
 
 
33
[stable-recipe-60]
 
34
buildout = bzr lp:anybox.recipe.openerp/1.7 stable-recipe-60.cfg subdir=buildbot
 
35
bootstrap-version = 1.7
 
36
build-for = postgresql == 8.4
20
37
build-category = mature
21
38
 
22
39
[recipe-61]
23
40
# A buildout to test latest version of the recipe in OpenERP 6.1 case
24
 
buildout = standalone recipe-61.cfg
25
 
build-for = postgresql == 9.1
26
 
watch = bzr lp:anybox.recipe.openerp
 
41
buildout = bzr lp:anybox.recipe.openerp recipe-61.cfg subdir=buildbot
 
42
build-for = postgresql == 9.1
 
43
build-category = mature
 
44
 
 
45
[stable-recipe-61]
 
46
# A buildout to test latest stable version of the recipe in OpenERP 6.1 case
 
47
buildout = bzr lp:anybox.recipe.openerp/1.7 stable-recipe-61.cfg subdir=buildbot
 
48
build-for = postgresql == 9.1
27
49
build-category = mature
28
50
 
29
51
[recipe-60-custom]
30
52
# A buildout to test latest version of the recipe in an OpenERP 6.0 custom case
31
53
# (stock server, bzr addons)
32
 
buildout = standalone recipe-60.cfg
 
54
buildout = bzr lp:anybox.recipe.openerp/trunk recipe-60.cfg subdir=buildbot
33
55
build-for = postgresql == 8.4
34
56
watch = bzr lp:anybox.recipe.openerp
35
57
build-category = mature
37
59
[recipe-61-custom]
38
60
# A buildout to test latest version of the recipe in OpenERP 6.1 custom case
39
61
# (bzr server and addons)
40
 
buildout = standalone recipe-61.cfg
 
62
buildout = bzr lp:anybox.recipe.openerp/trunk recipe-61.cfg subdir=buildbot
41
63
build-for = postgresql == 9.1
42
64
watch = bzr lp:anybox.recipe.openerp
43
65
build-category = mature
44
66
 
45
67
[stable-recipe-7.0]
46
68
# A buildout to test latest stable revision of the recipe on OpenERP 7.0
47
 
buildout = standalone stable-recipe-7.0.cfg
 
69
buildout = bzr lp:anybox.recipe.openerp/1.7 stable-recipe-7.0.cfg subdir=buildbot
48
70
build-for = postgresql >= 9.1
49
 
watch = bzr lp:anybox.recipe.openerp
50
71
 
51
72
[recipe-7.0]
52
73
# A buildout to test latest revision of the recipe on OpenERP 7.0
53
 
buildout = standalone recipe-7.0.cfg
 
74
buildout = bzr lp:anybox.recipe.openerp/trunk recipe-7.0.cfg subdir=buildbot
54
75
build-for = postgresql == 9.2
55
 
watch = bzr lp:anybox.recipe.openerp
 
76
post-buildout-steps = nose
 
77
                      test-openerp
 
78
nose.tests = anybox.recipe.openerp/tests_with_openerp --logging-level=INFO
56
79
 
57
80
[recipe-trunk]
58
81
# A buildout to test latest version of the recipe in OpenERP trunk
59
 
buildout = standalone recipe-trunk.cfg
60
 
build-for = postgresql >= 9.1
61
 
watch = bzr lp:anybox.recipe.openerp
 
82
buildout = bzr lp:anybox.recipe.openerp/trunk recipe-trunk.cfg subdir=buildbot
 
83
build-for = postgresql > 9.2
62
84
 
63
85
[recipe-61-nightly]
64
 
# A buildout to test latest version of the recipe for OpenERP nightly build
65
 
buildout = standalone recipe-nightly.cfg
66
 
build-for = postgresql == 9.1
67
 
watch = bzr lp:anybox.recipe.openerp
 
86
# A buildout to test a latest revision of the recipe on an
 
87
# OpenERP nightly build
 
88
buildout = bzr lp:anybox.recipe.openerp recipe-nightly.cfg subdir=buildbot
 
89
build-for = postgresql == 9.1
 
90
build-category = experimental
 
91
 
 
92
[stable-recipe-61-nightly]
 
93
# A buildout to test latest stable revision of the recipe on an
 
94
# OpenERP nightly build
 
95
buildout = bzr lp:anybox.recipe.openerp/1.7 stable-recipe-nightly.cfg subdir=buildbot
 
96
build-for = postgresql == 9.1
68
97
build-category = experimental
69
98
 
70
99
[recipe-61-latest]
71
100
# A buildout to test latest version of the recipe for OpenERP nightly build
72
 
buildout = standalone recipe-latest.cfg
 
101
buildout = bzr lp:anybox.recipe.openerp recipe-latest.cfg subdir=buildbot
73
102
build-for = postgresql == 9.1
74
103
watch = bzr lp:anybox.recipe.openerp
75
104
build-category = experimental