https://github.com/rhino-linux/hotfix
A hotfix utility for Rhino Linux
https://github.com/rhino-linux/hotfix
Last synced: 13 days ago
JSON representation
A hotfix utility for Rhino Linux
- Host: GitHub
- URL: https://github.com/rhino-linux/hotfix
- Owner: rhino-linux
- License: gpl-3.0
- Created: 2025-01-22T01:26:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:42:47.000Z (2 months ago)
- Last Synced: 2025-03-13T18:41:54.649Z (2 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Issues Tracker
To report issues or propose new features for this repository, visit [our tracker](https://github.com/rhino-linux/tracker).
# rhino-hotfix
A hotfix utility for Rhino Linux## Usage
```
Usage: rhino-hotfix [-h]Input format:
[@](optional):
- `hotfix`: Fetch a specific hotfix.
- `hotfix@`: Fetch from a specific repo, branch, or PR.(optional):
- `[user/repo]`: Use a specific repo.
- `[user/repo:branch]` or `[:branch]`: Use a specific branch.
- `[user/repo#PR]` or `[#PR]`: Use a specific PR.
Note: only branch or PR can be used, not both.Examples:
rhino-hotfix # List hotfixes from rhino-linux/hotfix.
rhino-hotfix :branch # List hotfixes from an upstream branch.
rhino-hotfix hotfix # Fetch a hotfix from rhino-linux/hotfix.
rhino-hotfix hotfix@#42 # Fetch a hotfix from PR #42 upstream.
rhino-hotfix @user/repo#99 # List hotfixes from PR #99 downstream.
```## Creating hotfixes
Please see [our wiki guide](https://wiki.rhinolinux.org/dev/hotfix-101) for creating hotfixes.