mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00

If a branch `foo` is disabled, then `tmp.foo` and `staging.foo` become unnecessary (with #247 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 #605
3 lines
69 B
Python
3 lines
69 B
Python
from . import git_maintenance
|
|
from . import cleanup_scratch_branches
|