Update Maintainer Guide
parent
92e908a238
commit
85e54a0ebd
@ -14,7 +14,7 @@ The rebase consists of the following steps:
|
||||
|
||||
1. Rebase the kernel patches: ``git rebase <upstream-tag> ark-patches``.
|
||||
2. If a patch fails to apply and the fix is clear, go ahead and fix it. Otherwise, file an [issue](https://gitlab.com/cki-project/kernel-ark/issues) for each patch that does not apply with the commit hash and conflict details so it can be resolved later.
|
||||
3. If rebasing onto a tag, create a branch for this revision of the kernel patches. This is useful when comparing the state of the patches between versions: ``git branch ark/patches/<upstream-tag>``.
|
||||
3. If rebasing onto a tag, create a branch for this revision of the kernel patches. This is useful when comparing the state of the patches between versions: ``git branch ark/patches/<upstream-tag> && git push upstream ark/patches/<upstream-tag>``.
|
||||
4. ``git push -f upstream ark-patches``
|
||||
|
||||
### Common Problems
|
||||
|
Loading…
Reference in New Issue
Block a user