Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/
Dbisector.py62 def __init__(self, message, repo_url): argument
64 self.repo_url = repo_url
177 repo_url, repo_path = build_specified_commit.detect_main_repo(
179 if not repo_url or not repo_path:
183 raise BisectError('old_commit is the same as new_commit', repo_url)
205 raise BisectError('Failed to build new_commit', repo_url)
212 raise BisectError('Invalid bisect type ' + bisect_type, repo_url)
231 raise BisectError('Failed to build old_commit', repo_url)
251 raise BisectError('old_commit had same result as new_commit', repo_url)
275 return Result(repo_url, commit_list[new_idx])
Drepo_manager.py225 def clone_repo_and_get_manager(repo_url, base_dir, repo_name=None): argument
234 repo_name = os.path.basename(repo_url).replace('.git', '')
239 _clone(repo_url, base_dir, repo_name)
244 def _clone(repo_url, base_dir, repo_name): argument
250 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/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
/external/skqp/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
/external/autotest/contrib/
Dstage_build.py44 repo_url = tools.get_package_url(ds.url(), options.build)
46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py238 repo_url = info.attributes.get(host.job_repo_url_attribute, '')
239 if not repo_url:
242 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"
62 repo_url: "https://chromium.googlesource.com/openscreen"
/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/skqp/infra/bots/
Dutils.py75 def git_clone(repo_url, dest_dir): argument
77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
/external/lz4/tests/
Dtest-lz4-versions.py18 repo_url = 'https://github.com/lz4/lz4.git' variable
65 git(['clone', repo_url, clone_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.py792 repo_url = os.path.dirname(url))
/external/zstd/tests/
Dtest-zstd-versions.py23 repo_url = 'https://github.com/facebook/zstd.git' variable
209 git(['clone', repo_url, clone_dir])
/external/autotest/server/cros/
Dprovisioner.py544 repo_url = tools.get_package_url(devserver_url, image_name)
545 return image_name, {ds_constants.JOB_REPO_URL: repo_url}
/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)