From 02043d946779603ede9e5fc2229c5e0c8709face Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 27 Sep 2021 23:56:21 -0400 Subject: [PATCH] [FIX] install_locally_dev.sh: delete all tag in OCA-maintainer-tools --- script/install_locally_dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/install_locally_dev.sh b/script/install_locally_dev.sh index 32120d7..681fd5d 100755 --- a/script/install_locally_dev.sh +++ b/script/install_locally_dev.sh @@ -23,7 +23,8 @@ cd script/OCA_maintainer-tools ../../.venv/bin/python -m venv env . env/bin/activate pip install setuptools-rust -git tag -d ERPLibre/v1.2.0 +# 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.2.0 #${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/