This website requires JavaScript.
Explore
Help
Sign In
NextERP
/
runbot
Watch
5
Star
0
Fork
0
You've already forked runbot
mirror of
https://github.com/odoo/runbot.git
synced
2025-03-18 00:45:49 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
17.0-skip-requ-xdo
runbot
/
runbot_merge
/
models
/
crons
/
__init__.py
3 lines
69 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
[CHG] *: move repo cache from forwardbot to mergebot If the stagings are going to be created locally (via a git working copy rather than the github API), the mergebot part needs to have access to the cache, so move the cache over. Also move the maintenance cron. In an extermely minor way, this prefigures the (hopeful) eventual merging of the ~~planes~~ modules.
2023-08-16 19:37:19 +07:00
from
.
import
git_maintenance
[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 #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
2023-08-31 14:03:17 +07:00
from
.
import
cleanup_scratch_branches
Reference in New Issue
Copy Permalink