/external/oss-fuzz/infra/ |
D | bisector.py | 62 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])
|
D | repo_manager.py | 225 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],
|
D | build_specified_commit.py | 387 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/ |
D | release.py | 134 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/ |
D | detect_repo.py | 121 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/ |
D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): argument 28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
|
/external/skqp/tools/ |
D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): argument 28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
|
/external/autotest/contrib/ |
D | stage_build.py | 44 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/ |
D | autoupdate_P2P.py | 238 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/ |
D | luci-milo.cfg | 6 repo_url: "https://chromium.googlesource.com/openscreen" 62 repo_url: "https://chromium.googlesource.com/openscreen"
|
/external/skia/infra/bots/ |
D | utils.py | 77 def git_clone(repo_url, dest_dir): argument 79 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
|
/external/skqp/infra/bots/ |
D | utils.py | 75 def git_clone(repo_url, dest_dir): argument 77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
|
/external/lz4/tests/ |
D | test-lz4-versions.py | 18 repo_url = 'https://github.com/lz4/lz4.git' variable 65 git(['clone', repo_url, clone_dir])
|
/external/autotest/client/common_lib/ |
D | packages.py | 387 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)]
|
D | test.py | 792 repo_url = os.path.dirname(url))
|
/external/zstd/tests/ |
D | test-zstd-versions.py | 23 repo_url = 'https://github.com/facebook/zstd.git' variable 209 git(['clone', repo_url, clone_dir])
|
/external/autotest/server/cros/ |
D | provisioner.py | 544 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/ |
D | luci-milo.cfg | 10 repo_url: "https://chromium.googlesource.com/angle/angle"
|
/external/autotest/client/bin/ |
D | job.py | 433 for repo_url in repo_urls: 434 self.pkgmgr.add_repository(repo_url)
|