mirror of
https://github.com/odoo/runbot.git
synced 2025-05-30 13:18:01 +07:00
![]() When creating an .odoorc file to store configuration that are proper for the runbot, the command line options were used as key. The problem is that the Odoo config file use undescore instead of dash for options keys. Also, the Command object was not recreated with the config_tuples parameter. Because of that, when adding a command in the list, the config_tuples were losts. As a consequence, on the Odoo runbot instance, the data dir was created in the default dir and thus, not included in the zip file of the dump, causing some runbot steps to fail. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt |
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.