mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a build is created, the --log-db command line argument is built using the same db and credentials that the one used by the runbot. With this commit, this argument is built based on a postgress connect URI given as ir.config_parameter in the settings. A dedicated role must be created beforehand on the runbot postgresql server, accordingly to the given URI. Also, care should be taken to give minimal privileges to this user only granting "update" on the table ir_logging_id_seq and "insert,select,udpate" on the table ir_logging. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.