Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/
Dbisector.py62 def __init__(self, message, repo_url): argument
64 self.repo_url = repo_url
183 repo_url, repo_path = build_specified_commit.detect_main_repo(
185 if not repo_url or not repo_path:
189 raise BisectError('old_commit is the same as new_commit', repo_url)
211 raise BisectError('Failed to build new_commit', repo_url)
218 raise BisectError('Invalid bisect type ' + bisect_type, repo_url)
237 raise BisectError('Failed to build old_commit', repo_url)
257 raise BisectError('old_commit had same result as new_commit', repo_url)
281 return Result(repo_url, commit_list[new_idx])
Drepo_manager.py229 def clone_repo_and_get_manager(repo_url, base_dir, repo_name=None): argument
238 repo_name = os.path.basename(repo_url).replace('.git', '')
243 _clone(repo_url, base_dir, repo_name)
248 def _clone(repo_url, base_dir, repo_name): argument
254 utils.execute(['git', 'clone', repo_url, repo_name],
Dbuild_specified_commit.py387 repo_url, repo_path = detect_main_repo(args.project_name, commit=args.commit)
389 if not repo_url or not repo_path:
/external/python/parse_type/tasks/
Drelease.py134 def upload(ctx, repo=None, repo_url=None, dry_run=False, argument
139 if repo_url is None:
140 repo_url = ctx.project.repo_url or None
147 if repo_url:
148 opts.append("--repository-url={0}".format(repo_url))
/external/oss-fuzz/infra/base-images/base-builder/
Ddetect_repo.py121 repo_url, _ = execute(['git', 'config', '--get', 'remote.origin.url'],
126 repo_url = repo_url.replace('.git', '').rstrip().rstrip('/')
127 actual_repo_name = repo_url.split('/')[-1]
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py227 repo_url = info.attributes.get(host.job_repo_url_attribute, '')
228 if not repo_url:
231 return tools.get_devserver_build_from_package_url(repo_url)
/external/openscreen/infra/config/global/
Dluci-milo.cfg6 repo_url: "https://chromium.googlesource.com/openscreen"
68 repo_url: "https://chromium.googlesource.com/openscreen"
/external/lz4/tests/
Dtest-lz4-abi.py18 repo_url = 'https://github.com/lz4/lz4.git' variable
74 git(['clone', repo_url, clone_dir])
Dtest-lz4-versions.py18 repo_url = 'https://github.com/lz4/lz4.git' variable
65 git(['clone', repo_url, clone_dir])
/external/oss-fuzz/infra/cifuzz/filestore/git/
D__init__.py68 def _clone(self, repo_url): argument
70 self._git('clone', repo_url, '.')
/external/skia/infra/bots/
Dutils.py77 def git_clone(repo_url, dest_dir): argument
79 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
/external/autotest/client/common_lib/
Dpackages.py387 preserve_install_dir=False, repo_url=None): argument
447 def fetch_pkg(self, pkg_name, dest_path, repo_url=None, use_checksum=False): argument
474 if repo_url:
475 repositories = [self.get_fetcher(repo_url)]
Dtest.py794 repo_url = os.path.dirname(url))
/external/zstd/tests/
Dtest-zstd-versions.py23 repo_url = 'https://github.com/facebook/zstd.git' variable
213 git(['clone', repo_url, clone_dir])
/external/crosvm/infra/config/generated/
Dluci-milo.cfg10 repo_url: "https://chromium.googlesource.com/crosvm/crosvm"
/external/autotest/server/cros/
Dprovisioner.py572 repo_url = tools.get_package_url(devserver_url, image_name)
573 return image_name, {ds_constants.JOB_REPO_URL: repo_url}
/external/libyuv/files/infra/config/
Dluci-milo.cfg10 repo_url: "https://chromium.googlesource.com/libyuv/libyuv"
/external/webrtc/infra/config/
Dluci-milo.cfg10 repo_url: "https://webrtc.googlesource.com/src"
289 repo_url: "https://webrtc.googlesource.com/src"
/external/angle/infra/config/generated/
Dluci-milo.cfg10 repo_url: "https://chromium.googlesource.com/angle/angle"
/external/autotest/client/bin/
Djob.py433 for repo_url in repo_urls:
434 self.pkgmgr.add_repository(repo_url)