Home
last modified time | relevance | path

Searched full:repo_url (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/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))
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/
Dversioncontrol.py68 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/
Dversioncontrol.py68 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/
Dversioncontrol.py68 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/
Dversioncontrol.py68 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/
Dgenrepo.py217 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 Dpackages.py387 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 Dupdate.sh24 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/
Dpackage_server.py219 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 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)
/aosp_15_r20/external/openscreen/infra/config/global/
H A Dluci-milo.cfg6 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 Dcreate.py18 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 Dutils.py77 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 Dtest-lz4-abi.py19 repo_url = 'https://github.com/lz4/lz4.git' variable
91 git(['clone', repo_url, clone_dir])
H A Dtest-lz4-versions.py19 repo_url = 'https://github.com/lz4/lz4.git' variable
92 git(['clone', repo_url, clone_dir])
/aosp_15_r20/external/zstd/tests/
H A Dtest-zstd-versions.py23 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 Dluci-milo.cfg10 repo_url: "https://webrtc.googlesource.com/src"
289 repo_url: "https://webrtc.googlesource.com/src"
/aosp_15_r20/external/autotest/server/cros/
H A Dprovisioner.py572 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 Dmkdocs.yml5 repo_url: https://github.com/fmtlib/fmt
/aosp_15_r20/external/python/parse_type/
Dinvoke.yaml15 repo_url: "https://upload.pypi.org/legacy/"
/aosp_15_r20/external/crosvm/infra/config/generated/
H A Dluci-milo.cfg10 repo_url: "https://chromium.googlesource.com/crosvm/crosvm"
/aosp_15_r20/external/okio/
H A Dmkdocs.yml4 repo_url: https://github.com/square/okio
/aosp_15_r20/external/accompanist/
H A Dmkdocs.yml13 repo_url: 'https://github.com/google/accompanist'
/aosp_15_r20/external/kotlinpoet/
H A Dmkdocs.yml7 repo_url: https://github.com/square/kotlinpoet
/aosp_15_r20/external/leakcanary2/
H A Dmkdocs.yml18 repo_url: https://github.com/square/leakcanary

123