Home
last modified time | relevance | path

Searched refs:git_url (Results 1 – 10 of 10) sorted by relevance

/external/oss-fuzz/infra/
Dtest_repos.py44 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',
Dbuild_specified_commit_test.py54 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/
Ddetect_repo_test.py78 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/
DGetSVN.cmake56 "\\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/
Dconfig_utils.py153 self.git_url = event_data['repository']['html_url']
166 self.git_url = None
Dbuild_fuzzers_test.py163 git_url = 'https://github.com/jonathanmetzman/cifuzz-external-example.git'
170 git_url=git_url,
Dcontinuous_integration.py209 self.config.git_url,
/external/fmtlib/support/
Dtravis-build.py58 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/
Dinstall-build-deps408 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/
Dnew_project_guide.md197 RUN git clone <git_url> <checkout_dir> # checkout all sources needed to build your project