2020-06-22 22:36:54 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
. ./env_var.sh
|
|
|
|
|
|
|
|
|
|
./script/install_locally.sh
|
|
|
|
|
|
|
|
|
|
# Update git-repo
|
2020-07-12 18:24:00 -04:00
|
|
|
./script/update_manifest_local_dev.sh
|
2021-03-20 21:07:24 -04:00
|
|
|
|
|
|
|
|
# Install maintainer-tools
|
|
|
|
|
cd script/OCA_maintainer-tools
|
|
|
|
|
virtualenv env
|
|
|
|
|
. env/bin/activate
|
|
|
|
|
python setup.py install
|
|
|
|
|
#${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/
|