From c584d08dc23f1c03a14a80731a2a491ec3f771e9 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 6 Jul 2023 23:06:24 -0400 Subject: [PATCH] [FIX] script: disable OCA_maintainer-tools installation - not use and crash for some environnement --- script/install/install_locally_dev.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/script/install/install_locally_dev.sh b/script/install/install_locally_dev.sh index bfe9f12..98dfbcb 100755 --- a/script/install/install_locally_dev.sh +++ b/script/install/install_locally_dev.sh @@ -17,16 +17,16 @@ if [[ $retVal -ne 0 ]]; then exit 1 fi -# Install maintainer-tools -cd script/OCA_maintainer-tools || exit -# virtualenv is not installed by default -#virtualenv env -../../.venv/bin/python -m venv env -. env/bin/activate -pip install setuptools-rust -# Delete all tag before installing, or break installation, will generate a new one after -git tag | xargs git tag -d -python setup.py install -git tag ERPLibre/v1.4.0 -#${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/ -cd - +## Install maintainer-tools +#cd script/OCA_maintainer-tools || exit +## virtualenv is not installed by default +##virtualenv env +#../../.venv/bin/python -m venv env +#. env/bin/activate +#pip install setuptools-rust +## Delete all tag before installing, or break installation, will generate a new one after +#git tag | xargs git tag -d +#python setup.py install +#git tag ERPLibre/v1.4.0 +##${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/ +#cd -