Fetch

The relenv fetch command.

relenv.fetch.fetch(version, triplet, python, check_hosts=('packages.broadcom.com/artifactory/saltproject-generic', 'repo.saltproject.io', 'woz.io'))

Fetch the specified python build.

relenv.fetch.main(args)

The entrypoint into the relenv fetch command.

Parameters:

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

relenv.fetch.setup_parser(subparsers)

Setup the subparser for the fetch command.

Parameters:

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