Actualiser 1.gitclone.sh

This commit is contained in:
lpierson 2026-04-21 09:37:26 +00:00
parent 94fe7cfcb8
commit ab7b157717

View file

@ -7,10 +7,6 @@ mkdir -p odoo-filestore odoo-logs odoo-postgresql custom config-postgresql confi
# Downlaod des repo OCA # Downlaod des repo OCA
for repo in \ for repo in \
https://github.com/OCA/server-brand.git \
https://github.com/oca/web.git \
https://github.com/OCA/l10n-france.git \
https://github.com/OCA/edi.git \
https://github.com/OCA/account-analytic.git \ https://github.com/OCA/account-analytic.git \
https://github.com/OCA/account-financial-reporting.git \ https://github.com/OCA/account-financial-reporting.git \
https://github.com/OCA/account-financial-tools.git \ https://github.com/OCA/account-financial-tools.git \
@ -21,7 +17,9 @@ for repo in \
https://github.com/OCA/bank-statement-import.git \ https://github.com/OCA/bank-statement-import.git \
https://github.com/OCA/community-data-files.git \ https://github.com/OCA/community-data-files.git \
https://github.com/OCA/currency.git \ https://github.com/OCA/currency.git \
https://github.com/OCA/edi.git \
https://github.com/OCA/knowledge.git \ https://github.com/OCA/knowledge.git \
https://github.com/OCA/l10n-france.git \
https://github.com/OCA/mail.git \ https://github.com/OCA/mail.git \
https://github.com/OCA/mis-builder.git \ https://github.com/OCA/mis-builder.git \
https://github.com/OCA/partner-contact.git \ https://github.com/OCA/partner-contact.git \
@ -30,10 +28,11 @@ for repo in \
https://github.com/OCA/sale-reporting.git \ https://github.com/OCA/sale-reporting.git \
https://github.com/OCA/sale-workflow.git \ https://github.com/OCA/sale-workflow.git \
https://github.com/OCA/server-auth.git \ https://github.com/OCA/server-auth.git \
https://github.com/OCA/account-financial-reporting.git \ https://github.com/OCA/server-brand.git \
https://github.com/OCA/server-tools.git \ https://github.com/OCA/server-tools.git \
https://github.com/OCA/server-ux.git \ https://github.com/OCA/server-ux.git \
https://github.com/OCA/social.git https://github.com/OCA/social.git \
https://github.com/oca/web.git
do do
name=$(basename "$repo" .git) name=$(basename "$repo" .git)
git clone -b 18.0 "$repo" "custom/$name" git clone -b 18.0 "$repo" "custom/$name"