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

Class BackendRawhideToReleaseCommand

source code


Copy backend data of the latest successful rawhide builds into a new chroot

Instance Methods [hide private]
 
run(self, rawhide_chroot, dest_chroot)
Runs a command.
source code

Inherited from RawhideToReleaseCommand: has_rawhide, turn_on_the_chroot_for_copr

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from RawhideToReleaseCommand: option_list

Inherited from flask_script.commands.Command: help_args

Properties [hide private]

Inherited from flask_script.commands.Command: description

Inherited from object: __class__

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)