Skip to content

Commit 00d3663

Browse files
committed
exclude the {to,from}-kernel.sh scripts
Commit 5438e8d ("rename `sync-kernel.sh` -> `to-kernel.sh`") renamed the `sync-kernel.sh` script to `to-kernel.sh` and thus it should be updated to exclude itself. Signed-off-by: Benno Lossin <benno.lossin@proton.me>
1 parent 1c8a0b7 commit 00d3663

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

to-kernel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ head=$(git rev-parse HEAD)
6060
git am \
6161
--signoff \
6262
--directory="rust/pin-init" \
63-
--exclude="rust/pin-init/sync-kernel.sh" \
63+
--exclude="rust/pin-init/to-kernel.sh" \
64+
--exclude="rust/pin-init/from-kernel.sh" \
6465
--exclude="rust/pin-init/LICENSE-APACHE" \
6566
--exclude="rust/pin-init/LICENSE-MIT" \
6667
--exclude="rust/pin-init/CHANGELOG.md" \

0 commit comments

Comments
 (0)