/aosp_15_r20/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)) 163 # NOT-WORKING: repo_url = "https://upload.pypi.org/simple/" 165 # ctx.run("twine upload --repository-url={repo_url} {opts} dist/*".format( 166 # repo_url=repo_url, opts=" ".join(opts))) 224 "repo_url": None,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/vcs/ |
D | versioncontrol.py | 68 repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None 74 repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). 78 req = f"{repo_url}@{rev}#egg={egg_project_name}" 320 repo_url = cls.get_remote_url(repo_dir) 322 if cls.should_add_vcs_url_prefix(repo_url): 323 repo_url = f"{cls.name}+{repo_url}" 327 req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/vcs/ |
D | versioncontrol.py | 68 repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None 74 repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). 78 req = f"{repo_url}@{rev}#egg={egg_project_name}" 320 repo_url = cls.get_remote_url(repo_dir) 322 if cls.should_add_vcs_url_prefix(repo_url): 323 repo_url = f"{cls.name}+{repo_url}" 327 req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/vcs/ |
D | versioncontrol.py | 68 repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None 74 repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). 78 req = f"{repo_url}@{rev}#egg={egg_project_name}" 320 repo_url = cls.get_remote_url(repo_dir) 322 if cls.should_add_vcs_url_prefix(repo_url): 323 repo_url = f"{cls.name}+{repo_url}" 327 req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/vcs/ |
D | versioncontrol.py | 68 repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None 74 repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). 78 req = f"{repo_url}@{rev}#egg={egg_project_name}" 320 repo_url = cls.get_remote_url(repo_dir) 322 if cls.should_add_vcs_url_prefix(repo_url): 323 repo_url = f"{cls.name}+{repo_url}" 327 req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir)
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/scripts/ |
D | genrepo.py | 217 repo_url = module.origin_url 219 if repo_url in REPO_TO_SKIP: 222 if repo_url in REPO_MAPPING: 223 repo_url = REPO_MAPPING[repo_url] 224 gob_host, gob_path = MatchProject(repo_url)
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | packages.py | 387 preserve_install_dir=False, repo_url=None): argument 399 repo_url : the url of the repository to fetch the package from. 447 def fetch_pkg(self, pkg_name, dest_path, repo_url=None, use_checksum=False): argument 449 Fetch the package into dest_dir from repo_url. By default repo_url 451 Otherwise it fetches it from the specific repo_url. 454 repo_url : the URL of the repository where the package is located. 474 if repo_url: 475 repositories = [self.get_fetcher(repo_url)]
|
/aosp_15_r20/external/cronet/third_party/icu/scripts/ |
H A D | update.sh | 24 repo_url="https://github.com/unicode-org/icu/archive/refs/tags/release-${version}.tar.gz" 29 if ! wget --spider $repo_url 2>/dev/null; then 30 echo "$repo_url does not exists" 37 curl -L $repo_url --output $tarball
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | package_server.py | 219 repo_url = f"http://{host_ip}:{self._port}" 221 f"pkgctl repo add url -f 2 -n {repo_name} {repo_url}/config.json") 223 f'Added repo "{repo_name}" as {repo_url} on device {ssh.config.host_name}'
|
/aosp_15_r20/external/autotest/server/site_tests/autoupdate_P2P/ |
H A 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)
|
/aosp_15_r20/external/openscreen/infra/config/global/ |
H A D | luci-milo.cfg | 6 repo_url: "https://chromium.googlesource.com/openscreen" 68 repo_url: "https://chromium.googlesource.com/openscreen"
|
/aosp_15_r20/external/skia/infra/bots/assets/mockery/ |
H A D | create.py | 18 REPO_URL = "https://github.com/vektra/mockery.git" variable 29 output = subprocess.check_output(["git", "clone", REPO_URL, REPO_DIR])
|
/aosp_15_r20/external/skia/infra/bots/ |
H A D | utils.py | 77 def git_clone(repo_url, dest_dir): argument 79 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
|
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-abi.py | 19 repo_url = 'https://github.com/lz4/lz4.git' variable 91 git(['clone', repo_url, clone_dir])
|
H A D | test-lz4-versions.py | 19 repo_url = 'https://github.com/lz4/lz4.git' variable 92 git(['clone', repo_url, clone_dir])
|
/aosp_15_r20/external/zstd/tests/ |
H A D | test-zstd-versions.py | 23 repo_url = 'https://github.com/facebook/zstd.git' variable 231 git(['clone', repo_url, clone_dir])
|
/aosp_15_r20/external/webrtc/infra/config/ |
H A D | luci-milo.cfg | 10 repo_url: "https://webrtc.googlesource.com/src" 289 repo_url: "https://webrtc.googlesource.com/src"
|
/aosp_15_r20/external/autotest/server/cros/ |
H A 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}
|
/aosp_15_r20/external/fmtlib/support/ |
H A D | mkdocs.yml | 5 repo_url: https://github.com/fmtlib/fmt
|
/aosp_15_r20/external/python/parse_type/ |
D | invoke.yaml | 15 repo_url: "https://upload.pypi.org/legacy/"
|
/aosp_15_r20/external/crosvm/infra/config/generated/ |
H A D | luci-milo.cfg | 10 repo_url: "https://chromium.googlesource.com/crosvm/crosvm"
|
/aosp_15_r20/external/okio/ |
H A D | mkdocs.yml | 4 repo_url: https://github.com/square/okio
|
/aosp_15_r20/external/accompanist/ |
H A D | mkdocs.yml | 13 repo_url: 'https://github.com/google/accompanist'
|
/aosp_15_r20/external/kotlinpoet/ |
H A D | mkdocs.yml | 7 repo_url: https://github.com/square/kotlinpoet
|
/aosp_15_r20/external/leakcanary2/ |
H A D | mkdocs.yml | 18 repo_url: https://github.com/square/leakcanary
|