Module manage :: Class CreateChrootCommand
[hide private]
[frames] | no frames]

type CreateChrootCommand

source code


Creates a mock chroot in DB

Instance Methods [hide private]
 
__init__(self) source code
 
run(self, chroot_names, branch=None)
Runs a command.
source code

Inherited from ChrootCommand: print_already_exists, print_doesnt_exist, print_invalid_format

Inherited from flask_script.commands.Command: __call__, add_option, create_parser, get_options

Class Variables [hide private]

Inherited from ChrootCommand: option_list

Inherited from flask_script.commands.Command: help_args

Properties [hide private]

Inherited from flask_script.commands.Command: description

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: flask_script.commands.Command.__init__

run(self, chroot_names, branch=None)

source code 

Runs a command. This must be implemented by the subclass. Should take arguments as configured by the Command options.

Overrides: flask_script.commands.Command.run
(inherited documentation)