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-15 15:35:46 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
18.0
runbot
/
forwardport
/
__init__.py
3 lines
47 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
[ADD] forwardbot * Cherrypicking is handrolled because there seems to be no easy way to programmatically edit commit messages during the cherrypicking sequence: `-n` basically squashes all commits and `-e` invokes a subprocess. `-e` with `VISUAL=false` kinda sorta works (in that it interrupts the process before each commit), however there doesn't seem to be clean status codes so it's difficult to know if the cherrypick failed or if it's just waiting for a commit of this step. Instead, cherrypick commits individually then edit / rewrite their commit messages: * add a reference to the original commit * convert signed-off-by to something else as the original commit was signed off but not necessarily this one * Can't assign users when creating PRs: only repository collaborators or people who commented on the issue / PR (which we're in the process of creating) can be assigned. PR authors are as likely to be collaborators as not, and we can have non-collaborator reviewers. So pinging via a regular comment seems less fraught as a way to notify users.
2019-08-23 21:16:30 +07:00
from
.
import
models
[ADD] mergebot, forwardbot: changelog * Adds a changelog page, linked from the main, with content automatically loaded from the source. To avoid conflicts, each entry is its own file and entries are grouped by the month during which the update will (probably) be deployed * The last group (most likely "last update") doesn't have a title, the rest do. * Add changelog entries from the last update so it's not too empty. * Also update the layout for the alerts a bit: remove bottom margin to reduce loss of whitespace.
2021-10-20 19:28:29 +07:00
from
.
import
controllers
Reference in New Issue
Copy Permalink