runbot/runbot/models
Christophe Monniez 12acfda83a [FIX] runbot: add dbuser parameter to the odoo cmd
When running Odoo in the Docker container, the username used to connect
to the database is the username defined in the docker container
(actually odoo).

A problem may arise if the user of the runbot process is not the same.
An authentication error is then raised by postgres because of the
username mismatch.

With this commit, the '-r' parameter of Odoo is added to the command
with the username used by the runbot process.

While at it, unused imports are removed.
2019-05-10 11:42:18 +02:00
..
__init__.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
branch.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
build_dependency.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
build.py [FIX] runbot: add dbuser parameter to the odoo cmd 2019-05-10 11:42:18 +02:00
event.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00
repo.py [IMP] runbot: use a separate method for git fetch command 2019-05-03 16:52:54 +02:00
res_config_settings.py [FIX] runbot: make the cpu limit the same as the runbot timeout 2019-05-10 10:56:55 +02:00