Fetch

The relenv fetch command.

relenv.fetch.fetch(version: str, triplet: str, python: str, check_hosts: Sequence[str] = ('packages.broadcom.com/artifactory/saltproject-generic', 'woz.io')) None

Fetch the specified python build.

relenv.fetch.main(args: Namespace) None

The entrypoint into the relenv fetch command.

Parameters:

args (argparse.Namespace) – The args passed to the command

relenv.fetch.setup_parser(subparsers: argparse._SubParsersAction[argparse.ArgumentParser]) None

Setup the subparser for the fetch command.

Parameters:

subparsers (argparse._SubParsersAction) – The subparsers object returned from add_subparsers