From a5ef692fd1b48fe0e7b20faf00606c575dcb584c Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 6 Mar 2020 15:22:08 +0100 Subject: [PATCH] .github: fix a commit message in Kernel workflows We should use a prefix `sys-kernel`, without `coreos-sources`. --- .../coreos-overlay/.github/workflows/kernel-apply-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh index 0553db0c3f..cd98cb61ee 100755 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh @@ -22,7 +22,7 @@ done # We can only create the actual commit in the actual source directory, not under the SDK. # So create a format-patch, and apply to the actual source. git add sys-kernel/coreos-* -git commit -a -m "sys-kernel/coreos-sources: Upgrade Linux ${versionOld} to ${VERSION_NEW}" +git commit -a -m "sys-kernel: Upgrade Linux ${versionOld} to ${VERSION_NEW}" git format-patch -1 --stdout HEAD > "${branch}".patch popd || exit