dist: fix remote name in check-commits

Upstream: no

Fix typo, fix the URL.

Signed-off-by: Kairui Song <kasong@tencent.com>
This commit is contained in:
Kairui Song 2022-10-18 11:35:37 +08:00
parent 83267df9d1
commit b1f00dae47
1 changed files with 2 additions and 2 deletions

View File

@ -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