[FIX] script: disable OCA_maintainer-tools installation
- not use and crash for some environnement
This commit is contained in:
parent
508c0f29fc
commit
c584d08dc2
1 changed files with 13 additions and 13 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Reference in a new issue