mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: allow to define a base_batch manually
This commit is contained in:
parent
287be96775
commit
b99a1fefc0
@ -230,7 +230,9 @@ class Batch(models.Model):
|
||||
# 2. FIND missing commit in a compatible base bundle
|
||||
if not bundle.is_base:
|
||||
merge_base_commits = self.commit_link_ids.mapped('merge_base_commit_id')
|
||||
if auto_rebase:
|
||||
if self.base_reference_batch_id:
|
||||
self._log('Using a defined reference batch [%s](%s)', self.base_reference_batch_id.id, self.base_reference_batch_id._url())
|
||||
elif auto_rebase or not bundle.branch_ids:
|
||||
self.base_reference_batch_id = last_base_batch
|
||||
else:
|
||||
self.base_reference_batch_id = False
|
||||
|
Loading…
Reference in New Issue
Block a user