support gitee url

This commit is contained in:
August 2024-03-09 18:08:19 +08:00
parent 7f916b9753
commit 24d7f24cbc

View File

@ -131,6 +131,10 @@ function memoized_git_ref_to_info() {
url="${gitlab_path}/-/raw/${sha1}/Makefile"
;;
"https://gitee.com/"*)
url="${git_source}/raw/${sha1}/Makefile"
;;
*)
exit_with_error "Unknown git source '${git_source}'"
;;