[FIX] missing ERPLibre_image_db in source_repo_addons

- Remove it from config, no need for now
This commit is contained in:
Mathieu Benoit 2021-03-13 02:41:19 -05:00
parent 724569c980
commit 7e4972355d
3 changed files with 3 additions and 3 deletions

View file

@ -370,8 +370,8 @@ class GitTool:
lst_result = []
for repo in lst_repo:
# Exception, ignore addons/OCA_web and root
if "addons/OCA_web" == repo.get("path") or \
"odoo" == repo.get("path"):
if "addons/OCA_web" == repo.get("path") or "odoo" == repo.get("path") or \
"ERPLibre_image_db" == repo.get("path"):
continue
str_repo = f' printf "${{EL_HOME}}/{repo.get("path")}," >> ' \
f'${{EL_CONFIG_FILE}}\n'

View file

@ -155,7 +155,6 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
printf "${EL_HOME}/doc/itpp-labs_odoo-port-docs," >> ${EL_CONFIG_FILE}
printf "${EL_HOME}/doc/itpp-labs_odoo-test-docs," >> ${EL_CONFIG_FILE}
printf "${EL_HOME}/doc/odoo_documentation-user," >> ${EL_CONFIG_FILE}
printf "${EL_HOME}/image_db," >> ${EL_CONFIG_FILE}
printf "${EL_HOME}/script/OCA_odoo-module-migrator," >> ${EL_CONFIG_FILE}
fi
printf "\n" >> ${EL_CONFIG_FILE}

View file

@ -127,3 +127,4 @@ https://github.com/odoo/documentation-user.git,doc,,
https://github.com/OCA/odoo-module-migrator.git,script,master,
https://github.com/TechnoLibre/odoo-code-generator.git,addons,,
https://github.com/TechnoLibre/odoo-code-generator-template.git,addons,,
https://github.com/ERPLibre/ERPLibre_image_db.git,,,

1 url path revision clone-depth
127 https://github.com/OCA/odoo-module-migrator.git script master
128 https://github.com/TechnoLibre/odoo-code-generator.git addons
129 https://github.com/TechnoLibre/odoo-code-generator-template.git addons
130 https://github.com/ERPLibre/ERPLibre_image_db.git