-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nathan Chancellor <[email protected]>
- Loading branch information
1 parent
cf0e2c2
commit 15ff444
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,7 @@ function cbl_rb_fd -d "Rebase generic Fedora kernel on latest linux-next" | |
for patch in $b4_patches | ||
b4 shazam -l -P _ -s $patch; or return | ||
end | ||
set -a crl_patches https://git.kernel.org/torvalds/p/e01a83e12604aa2f8d4ab359ec44e341a2248b4a # Revert "btrfs: zstd: fix and simplify the inline extent decompression" | ||
set -a crl_patches https://lore.kernel.org/all/[email protected]/raw # rpm-pkg: simplify installkernel %posti | ||
set -a crl_patches https://lore.kernel.org/all/[email protected]/raw # rpm-pkg: simplify installkernel %post | ||
for patch in $crl_patches | ||
crl $patch | git am -3; or return | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters