upgrade: third party public and private addons are now dynamically cloned and extensible with a handy format

This commit is contained in:
yhaelopez
2023-12-19 02:17:56 -07:00
parent f9a6d5c1ab
commit f2be28ff3e
12 changed files with 140 additions and 103 deletions

View File

@@ -0,0 +1,13 @@
# This file is read by clone-addons.sh
# Odoocker repositories
public https://github.com/odoocker/odoocker-modules.git odoocker_base true
public https://github.com/odoocker/odoo-cloud-platform.git session_redis ${USE_REDIS} base_attachment_object_storage ${USE_S3} attachment_s3 ${USE_S3}
public https://github.com/odoocker/server-tools.git sentry ${USE_SENTRY}
# Add repositories with the following format:
# <public|private> <repo_url> <module1> <copy_module1_condition> <module2> <copy_module2_condition> ...
# Public repositories
# Private repositories