Searched refs:git_url (Results 1 – 10 of 10) sorted by relevance
/external/oss-fuzz/infra/ |
D | test_repos.py | 44 git_url='https://github.com/curl/curl.git', 54 git_url='https://github.com/libarchive/libarchive.git', 65 git_url='https://github.com/google/gonids', 76 git_url='invalid.git',
|
D | build_specified_commit_test.py | 54 test_case.git_url, host_src_dir, test_case.oss_repo_name) 85 self.assertEqual(repo_origin, example_repo.git_url) 104 self.assertEqual(repo_origin, example_repo.git_url)
|
/external/oss-fuzz/infra/base-images/base-builder/ |
D | detect_repo_test.py | 78 repo_manager.clone_repo_and_get_manager(test_repo.git_url, tmp_dir) 79 self.check_with_repo(test_repo.git_url, 88 repo_manager.clone_repo_and_get_manager(test_repo.git_url, tmp_dir) 89 self.check_with_repo(test_repo.git_url, test_repo.git_repo_name,
|
/external/llvm/cmake/modules/ |
D | GetSVN.cmake | 56 "\\2" git_url "${git_output}") 57 set(${repository} ${git_url} PARENT_SCOPE) 80 "\\2" git_url "${git_output}") 81 set(${repository} "${git_url}" PARENT_SCOPE)
|
/external/oss-fuzz/infra/cifuzz/ |
D | config_utils.py | 153 self.git_url = event_data['repository']['html_url'] 166 self.git_url = None
|
D | build_fuzzers_test.py | 163 git_url = 'https://github.com/jonathanmetzman/cifuzz-external-example.git' 170 git_url=git_url,
|
D | continuous_integration.py | 209 self.config.git_url,
|
/external/fmtlib/support/ |
D | travis-build.py | 58 git_url = 'https://github.com/' if travis else 'git@github.com:' variable 59 check_call(['git', 'clone', git_url + 'fmtlib/{}.git'.format(repo)])
|
/external/perfetto/tools/ |
D | install-build-deps | 408 def CheckoutGitRepo(path, git_url, revision, check_only): argument 416 logging.info('Fetching %s @ %s into %s', git_url, revision, path) 419 ['git', 'fetch', '--quiet', '--depth', '1', git_url, revision], cwd=path)
|
/external/oss-fuzz/docs/getting-started/ |
D | new_project_guide.md | 197 RUN git clone <git_url> <checkout_dir> # checkout all sources needed to build your project
|