-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* /opt/odoo/etc/odoo.cfg.tmpl → /templates/odoo.cfg.tmpl * /opt/odoo/etc/odoo.cfg → /etc/odoo.cfg * /opt/odoo → /odoo * /opt/odoo/bin → /odoo-bin * /opt/odoo/bin_compat → /odoo-bin-compat (for 9.0) * /opt/odoo/before-migrate-entrypoint.d → /before-migrate-entrypoint.d * /opt/odoo/start-entrypoint.d → /start-entrypoint.d This way we have the same path ./odoo outside and inside of the container. bin, etc and entrypoints are not in /odoo, so we can share the whole "odoo" directory with a host volume without shadowing them. Closes #67
- Loading branch information
Showing
21 changed files
with
125 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
BINDIR=$(dirname $0) | ||
BASEDIR=$(readlink -f $BINDIR/..) | ||
|
||
flake8 $BASEDIR/local-src --exclude=__init__.py | ||
flake8 /odoo/local-src --exclude=__init__.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.