/external/oss-fuzz/infra/ |
D | bisector.py | 62 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])
|
D | repo_manager.py | 229 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],
|
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/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 227 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/ |
D | luci-milo.cfg | 6 repo_url: "https://chromium.googlesource.com/openscreen" 68 repo_url: "https://chromium.googlesource.com/openscreen"
|
/external/lz4/tests/ |
D | test-lz4-abi.py | 18 repo_url = 'https://github.com/lz4/lz4.git' variable 74 git(['clone', repo_url, clone_dir])
|
D | test-lz4-versions.py | 18 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__.py | 68 def _clone(self, repo_url): argument 70 self._git('clone', repo_url, '.')
|
/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/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 | 794 repo_url = os.path.dirname(url))
|
/external/zstd/tests/ |
D | test-zstd-versions.py | 23 repo_url = 'https://github.com/facebook/zstd.git' variable 213 git(['clone', repo_url, clone_dir])
|
/external/crosvm/infra/config/generated/ |
D | luci-milo.cfg | 10 repo_url: "https://chromium.googlesource.com/crosvm/crosvm"
|
/external/autotest/server/cros/ |
D | provisioner.py | 572 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/ |
D | luci-milo.cfg | 10 repo_url: "https://chromium.googlesource.com/libyuv/libyuv"
|
/external/webrtc/infra/config/ |
D | luci-milo.cfg | 10 repo_url: "https://webrtc.googlesource.com/src" 289 repo_url: "https://webrtc.googlesource.com/src"
|
/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)
|