-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.yaml
34 lines (32 loc) · 971 Bytes
/
repos.yaml
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
# See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml
./odoo:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
# You may need a bigger depth when merging PRs (use $DEPTH_MERGE
# for a sane value of 100 commits)
depth: $DEPTH_DEFAULT
remotes:
ocb: https://github.com/OCA/OCB.git
odoo: https://github.com/odoo/odoo.git
openupgrade: https://github.com/OCA/OpenUpgrade.git
target: ocb $ODOO_VERSION
merges:
- ocb $ODOO_VERSION
# Example of a merge of the PR with the number <PR>
# - oca refs/pull/<PR>/head
rs_library:
defaults:
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/enteza-carrysoft/rental-vertical.git
target: $ODOO_VERSION
merges:
- origin $ODOO_VERSION
r1_library:
defaults:
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/enteza-carrysoft/enteza-odoo.git
target: $ODOO_VERSION
merges:
- origin $ODOO_VERSION