mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
![]() When a build error appears with the same fingerprint as already known one which was supposedly fixed, the build is simply added to the known build error. In order to keep an eye on such reappearing bugs and keep the fixing history separated, this commit simply creates a new build_error. Old build errors with the same hash (or child_ids 's hashes) appears in a computed field error_history_ids. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
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.