mirror of
https://github.com/odoo/runbot.git
synced 2025-03-19 17:35:45 +07:00
![]() The forward port process adds a uniquifier to the branch name as it's possible to reuse branch names for different sets of PRs (and some individuals do that systematically) which can cause collisions in the fw branches. Originally this uniquifier was random by necessity, however now that batches are reified and forward port is performed batch-wise we don't need the randomness we can just use the source batch's id as it's unique per sequence of forward ports. This means it'll eventually be possible for an external system to retrieve the source(s) of a forward port by reading the batch object, and it's also possible to correlate forward ports through the batch id (although not possible to find the source set without access to the mergebot's information). Do the same thing for backports, because why not. |
||
---|---|---|
.. | ||
backport | ||
crons | ||
project_freeze | ||
staging_cancel | ||
__init__.py | ||
batch.py | ||
commands.py | ||
events_sources.py | ||
ir_actions.py | ||
ir_ui_view.py | ||
mail_thread.py | ||
patcher.py | ||
project.py | ||
pull_requests.py | ||
res_partner.py | ||
stagings_create.py | ||
utils.py |