coopdevs / devenv

Simple script to create LXC development environments
8 stars 6 forks source link

Adding other project paths #44

Closed susu105 closed 2 months ago

susu105 commented 2 years ago

This feature expects a .devenv file with the following config:

PROJECT_NAME="main_project"
PROJECT_PATH="${PWD%/*}/$NAME/$PROJECT_NAME"

#New OTHER_PROJECTS_PATHS variable
declare -a OTHER_PROJECTS_PATHS=(
"/home/username/Documents/odoo/server-auth/auth_keycloak"
"/home/username/Documents/odoo/odoo-addons/hr_holidays_notify_extra/"
)

BASE_PATH="/opt/odoo_modules"
danypr92 commented 2 months ago

This feature was added with #48. Please, @susu105 @enricostano review the changes and update the package with the news added. Thanks for the work!