Browse Source

Initial V16.0 commit

rc/16.0-MYC-INIT
Nicolas JEUDY 2 years ago
parent
commit
1f9a048755
  1. 2
      .python-version
  2. 2
      odoo/Dockerfile
  3. 2
      odoo/custom/src/addons.yaml
  4. 302
      odoo/custom/src/repos.yaml

2
.python-version

@ -1 +1 @@
3.9.0
3.9.13

2
odoo/Dockerfile

@ -1,2 +1,2 @@
ARG ODOO_VERSION
FROM ghcr.io/tecnativa/doodba:15.0-onbuild
FROM ghcr.io/tecnativa/doodba:16.0-onbuild

2
odoo/custom/src/addons.yaml

@ -138,5 +138,5 @@ account-invoicing:
- "*"
sync-addons:
- "*"
vertical-cooperative:
cooperative:
- "*"

302
odoo/custom/src/repos.yaml

@ -9,9 +9,9 @@
ocb: https://github.com/OCA/OCB.git
odoo: https://github.com/odoo/odoo.git
openupgrade: https://github.com/OCA/OpenUpgrade.git
target: ocb 15.0
target: ocb 16.0
merges:
- ocb 15.0
- ocb 16.0
# Example of a merge of the PR with the number <PR>
# - oca refs/pull/<PR>/head
./sale-workflow:
@ -22,9 +22,9 @@
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/OCA/sale-workflow.git
target: origin 15.0
target: origin 16.0
merges:
- origin 15.0
- origin 16.0
./partner-contact:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -34,9 +34,9 @@
remotes:
oca: https://github.com/OCA/partner-contact.git
myc: ssh://git@git.myceliandre.fr:5022/OCA/partner-contact.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./server-ux:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -45,9 +45,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/server-ux.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./bank-payment:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -56,9 +56,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/bank-payment.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-financial-tools:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -67,9 +67,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-financial-tools.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./community-data-files:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -78,9 +78,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/community-data-files.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./hr:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -89,9 +89,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/hr.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./l10n-france:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -100,9 +100,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/l10n-france.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./product-attribute:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -111,9 +111,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/product-attribute.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./project:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -122,9 +122,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/project.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./website:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -133,9 +133,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/website.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./web:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -144,9 +144,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/web.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./mis-builder:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -155,9 +155,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/mis-builder.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./operating-unit:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -166,9 +166,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/operating-unit.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./connector:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -177,9 +177,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/connector.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./delivery-carrier:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -188,9 +188,9 @@
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/OCA/delivery-carrier.git
target: origin 15.0
target: origin 16.0
merges:
- origin 15.0
- origin 16.0
./purchase-workflow:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -199,9 +199,9 @@
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/OCA/purchase-workflow.git
target: origin 15.0
target: origin 16.0
merges:
- origin 15.0
- origin 16.0
./server-env:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -210,20 +210,17 @@
depth: $DEPTH_DEFAULT
remotes:
origin: https://github.com/OCA/server-env.git
target: origin 15.0
target: origin 16.0
merges:
- origin 15.0
- origin 16.0
./report-engine:
defaults:
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/reporting-engine.git
myc: ssh://git@git.myceliandre.fr:5022/OCA/reporting-engine.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
# report_py3o PR
#- oca refs/pull/445/head
- oca 16.0
# ./formio:
# defaults:
# # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -232,9 +229,9 @@
# depth: $DEPTH_DEFAULT
# remotes:
# origin: https://github.com/novacode-nl/odoo-formio.git
# target: origin 15.0
# target: origin 16.0
# merges:
# - origin 15.0
# - origin 16.0
# ./learning_addons:
# defaults:
# # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -243,9 +240,9 @@
# depth: $DEPTH_DEFAULT
# remotes:
# origin: ssh://git@git.myceliandre.fr:5022/Myceliandre/odoo_learning_addons.git
# target: origin 15.0
# target: origin 16.0
# merges:
# - origin 15.0
# - origin 16.0
# ./muk-web:
# defaults:
# # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -254,9 +251,9 @@
# depth: $DEPTH_DEFAULT
# remotes:
# origin: https://github.com/muk-it/muk_web.git
# target: origin 15.0
# target: origin 16.0
# merges:
# - origin 15.0
# - origin 16.0
./rest-framework:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -265,9 +262,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/rest-framework.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./server-auth:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -276,9 +273,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/server-auth.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./server-tools:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -287,9 +284,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/server-tools.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./wms:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -298,9 +295,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/wms.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./stock-logistics-warehouse:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -309,9 +306,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/stock-logistics-warehouse.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./contract:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -320,9 +317,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/contract.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./field-service:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -331,9 +328,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/field-service.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./queue:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -342,9 +339,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/queue.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./commission:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -353,9 +350,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/commission.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./pms:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -364,9 +361,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/pms.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./dms:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -375,9 +372,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/dms.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./social:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -386,9 +383,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/social.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./pos:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -397,9 +394,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/pos.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./product-configurator:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -408,9 +405,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/product-configurator.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./stock-logistics-workflow:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -419,9 +416,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/stock-logistics-workflow.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-financial-reporting:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -430,9 +427,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-financial-reporting.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./bank-statement-import:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -441,9 +438,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/bank-statement-import.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-reconcile:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -452,9 +449,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-reconcile.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./manufacture:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -463,9 +460,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/manufacture.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./multi-company:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -474,9 +471,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/multi-company.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-analytic:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -485,9 +482,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-analytic.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./stock-logistics-reporting:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -496,9 +493,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/stock-logistics-reporting.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-invoice-reporting:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -507,9 +504,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-invoice-reporting.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-invoicing:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -518,9 +515,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-invoicing.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./sale-reporting:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -529,9 +526,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/sale-reporting.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-closing:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -540,9 +537,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-closing.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./account-payment:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -551,9 +548,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/account-payment.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./edi:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -562,9 +559,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/edi.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./timesheet:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -573,9 +570,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/timesheet.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./odoo-pim:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -584,9 +581,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/odoo-pim.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./storage:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -595,9 +592,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/storage.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./product-variant:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -606,9 +603,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/product-variant.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./e-commerce:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -617,9 +614,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/e-commerce.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./hr-expense:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -628,9 +625,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/hr-expense.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./crm:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -639,9 +636,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/crm.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./maintenance:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -650,9 +647,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/maintenance.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./connector-telephony:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -661,9 +658,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/connector-telephony.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./server-backend:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -672,9 +669,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/server-backend.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./intrastat-extrastat:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -683,9 +680,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/intrastat-extrastat.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./brand:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -694,9 +691,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/brand.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./hr-holidays:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -705,9 +702,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/hr-holidays.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./server-brand:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -716,9 +713,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/server-brand.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./report-print-send:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -727,9 +724,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/report-print-send.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./calendar:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -738,9 +735,9 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/calendar.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./credit-control:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
@ -749,30 +746,33 @@
depth: $DEPTH_DEFAULT
remotes:
oca: https://github.com/OCA/credit-control.git
target: oca 15.0
target: oca 16.0
merges:
- oca 15.0
- oca 16.0
./cooperative:
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:
oca: https://github.com/OCA/cooperative.git
target: oca 16.0
merges:
- oca 16.0
# ./myc-extra-addons:
# defaults:
# depth: $DEPTH_DEFAULT
# remotes:
# myc: ssh://git@git.myceliandre.fr:5022/njeudy/myc-extra-addons.git
# target: myc 15.0
# target: myc 16.0
# merges:
# - myc 15.0
# - myc 16.0
# ./sync-addons:
# defaults:
# depth: $DEPTH_DEFAULT
# remotes:
# origin: https://github.com/itpp-labs/sync-addons.git
# target: origin 15.0
# merges:
# - origin 15.0
# ./vertical-cooperative:
# defaults:
# depth: $DEPTH_DEFAULT
# remotes:
# origin: https://git.myceliandre.fr/njeudy/vertical-cooperative.git
# target: origin 15.0-MIG-INITIAL
# target: origin 16.0
# merges:
# - origin 15.0-MIG-INITIAL
# - origin 16.0
Loading…
Cancel
Save