From b1f00dae4755970c846bb85ec0da9056d12834ab Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Tue, 18 Oct 2022 11:35:37 +0800 Subject: [PATCH] dist: fix remote name in check-commits Upstream: no Fix typo, fix the URL. Signed-off-by: Kairui Song --- dist/scripts/check-commits.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/scripts/check-commits.sh b/dist/scripts/check-commits.sh index c2747a1ee..77edada62 100755 --- a/dist/scripts/check-commits.sh +++ b/dist/scripts/check-commits.sh @@ -103,9 +103,9 @@ is_valid_commit() { is_valid_upstream_commit() { local commit=$1 local upstream_repo=( - "torvals https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=<>" + "torvalds https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=<>" "stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/patch/?id=<>" - "tip https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=<>" + "tip https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=<>" ) local repo repo_name repo_url commit_url