Skip to content

Commit 00fcfa7

Browse files
committed
Use specific commits to errors therefore prevent instable build
1 parent 9139da0 commit 00fcfa7

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

repos.yaml

+15-12
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,8 @@
1414
remotes:
1515
onestein: git@github.com:onesteinbv/addons-generic.git
1616
merges:
17-
- onestein 16.0
18-
19-
# third-party
20-
./design-themes:
21-
defaults:
22-
depth: 20
23-
remotes:
24-
odoo: git@github.com:odoo/design-themes.git
25-
merges:
26-
- odoo 16.0
17+
- remote: onestein
18+
ref: b9ef721da120f54e0e482d54da2f41ba148d409f
2719

2820
# oca
2921
./oca:
@@ -32,7 +24,8 @@
3224
remotes:
3325
onestein: git@github.com:onesteinbv/addons-oca.git
3426
merges:
35-
- onestein 16.0
27+
- remote: onestein
28+
ref: 7b08f43feec9e34f1dcc6158f8cf62288e142c64
3629

3730
# third-party
3831
./addons-third-party:
@@ -41,7 +34,17 @@
4134
remotes:
4235
onestein: git@github.com:onesteinbv/addons-third-party.git
4336
merges:
44-
- onestein 16.0
37+
- remote: onestein
38+
ref: 7347968dadd5e3823ef27822419f8f385d484a1b
39+
40+
# design themes
41+
./design-themes:
42+
defaults:
43+
depth: 20
44+
remotes:
45+
odoo: git@github.com:odoo/design-themes.git
46+
merges:
47+
- odoo 16.0
4548

4649
# ProjectManagement
4750
./ProjectManagement:

0 commit comments

Comments
 (0)