5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-25 12:25:47 +07:00
runbot/runbot_merge/models/crons/__init__.py
Xavier Morel 76f4ed3bf6 [ADD] runbot_merge: delete scratch branches when a branch is disabled
If a branch `foo` is disabled, then `tmp.foo` and `staging.foo` become
unnecessary (with  fixed the tmp refs are not used for creating
stagings anymore, but for now they're still used for the "safety
dance" of merging a successful staging into the corresponding
mainline).

Fixes 
2023-08-31 09:07:01 +02:00

3 lines
69 B
Python

from . import git_maintenance
from . import cleanup_scratch_branches