Home
last modified time | relevance | path

Searched refs:repo_url (Results 1 – 2 of 2) sorted by relevance

/build/tools/component_tools/static_check/
Dcsct_online_prehandle.py144 def get_diff_by_repo_pr_num(repo_url: str, pr_num: int):
145 diff_url = "%spulls/%s.diff" % (repo_url, str(pr_num))
174 repo_url = pr_split_group[0].strip()
177 gitee_pr_diff = get_diff_by_repo_pr_num(repo_url, pr_num)
Dcsct.py34 repo_url = "" variable in CsctGlobal
130 self.repo_url = args.repo_pr[0]