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

type RawhideToReleaseCommand

source code

Known Subclasses:

Instance Methods [hide private]
 
run(self, rawhide_chroot, dest_chroot)
Runs a command.
source code
 
turn_on_the_chroot_for_copr(self, copr, rawhide_name, mock_chroot) source code
 
has_rawhide(self, copr) source code

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

Class Variables [hide private]
  option_list = Option("rawhide_chroot", help= "Rawhide chroot n...

Inherited from flask_script.commands.Command: help_args

Properties [hide private]

Inherited from flask_script.commands.Command: description

Method Details [hide private]

run(self, rawhide_chroot, dest_chroot)

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)

Class Variable Details [hide private]

option_list

Value:
Option("rawhide_chroot", help= "Rawhide chroot name, e.g. fedora-rawhi\
de-x86_64."), Option("dest_chroot", help= "Destination chroot, e.g. fe\
dora-24-x86_64."),