Module yumcommands :: Class GroupCommand
[hide private]
[frames] | no frames]

Class GroupCommand

source code


Instance Methods [hide private]
 
doCommand(self, base, basecmd, extcmds)
Returns: (exit_code, [ errors ]) where exit_code is: 0 = we're done, exit 1 = we've errored, exit with error string 2 = we've got work yet to do, onto the next stage
source code

Inherited from YumCommand: __init__, doCheck, doneCommand, getNames, getSummary, getUsage, needTs

Method Details [hide private]

doCommand(self, base, basecmd, extcmds)

source code 
Returns:
(exit_code, [ errors ]) where exit_code is: 0 = we're done, exit 1 = we've errored, exit with error string 2 = we've got work yet to do, onto the next stage
Overrides: YumCommand.doCommand
(inherited documentation)