kojismokydingo.cli.hosts

Koji Smoky Dingo - CLI Host Commands

Simple utility for querying brew to check for builders which are enabled but which are not checking in.

author:

Christopher O'Brien <obriencj@gmail.com>

license:

GPL v3

class CheckHosts(name=None)[source]

Bases: AnonSmokyDingo

Parameters:

name (str) -- The name that this command is being represented as

arguments(parser)[source]

Override to add relevant arguments to the given parser instance. May return an alternative parser instance or None.

Parameters:

parser -- the parser to decorate with additional arguments

description: str = "Show enabled builders which aren't checking in"

Short description of this command, for use in the help output

handle(options)[source]

Perform the full set of actions for this command.

cli_check_hosts(session, timeout=60, arches=None, channel=None, ignore=None, quiet=False, shush=False)[source]

Implements the koji check-hosts command

Parameters:
Return type:

int