mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
14 lines
561 B
Plaintext
14 lines
561 B
Plaintext
# 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
|