Searched refs:fetch (Results 1 – 3 of 3) sorted by relevance
16 where to fetch the source, apply any patches needed, build, install, and package20 Projects define the name and version of the port, the URL to fetch source from,
50 git_utils.fetch(self._proj_path,
30 def fetch(proj_path: Path, remote_names: List[str]) -> None: function