mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() Normally, two PRs from the same owner with the same branch name (source) are batched together, and that's represented by batching them by label e.g. two PRs labelled `odoo-dev:12.0-snailmail-address-format-anp` means they probably should be merged together somehow. *However* this is an issue when editing via the web interface: if the editor doesn't have write access to the repository, github automatically createa a branch called `patch-<n>` under their ownership, where `<n>` is a sequence (of sorts?) *within the user's fork*. This means it's possible (and indeed easy) to create <foo>:patch-1 on different (non-forks) but related repositories without them actually being co-dependent, at which point they get blocked on one another, which can lead to them being blocked (period) due to runbot not currently handling co-dependencies between PRs. |
||
---|---|---|
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.