mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This script was trying to be too smart, make it more straightforward and
less error-prone so that i could be used by the backport bot too
ideally.
- Always delete the backport branch so that script is idempotent in this
regard
- Remove the push functionality, it's best done by the user because only
they know the remote name
- Remove reading docs/config.yaml, it no longer exists
- Remove version detection, version is now a required argument
- Remove opening the pull request with xdg-open, xdg-open is not
portable
- Remove continue from failed cherry pick. It's best to reset manually
in this case
- Clean up the console logging
Example run:
```
$ go run ./contrib/backport --version v1.21 27503
* Backporting 27503 to origin/release/v1.21 as backport-27503-v1.21
* `git fetch origin main`
* `git fetch origin release/v1.21`
* `git branch -D backport-27503-v1.21`
* `git checkout -b backport-27503-v1.21 origin/release/v1.21`
* Attempting git cherry-pick
|
1 year ago | |
---|---|---|
.. | ||
autocompletion | 2 years ago | |
backport | 1 year ago | |
environment-to-ini | 2 years ago | |
fhs-compliant-script | 3 years ago | |
fixtures | 2 years ago | |
gitea-monitoring-mixin | 2 years ago | |
ide | 3 years ago | |
init | 2 years ago | |
launchd | 8 years ago | |
legal | 2 years ago | |
options/label | 5 years ago | |
supervisor | 8 years ago | |
systemd | 2 years ago | |
README | 8 years ago | |
update_dependencies.sh | 3 years ago | |
upgrade.sh | 2 years ago |
README
All files in subdirectories are templates, do modifications based on your environment first.