Package coprs :: Package logic :: Module modules_logic :: Class ModuleBuildFacade
[hide private]
[frames] | no frames]

Class ModuleBuildFacade

source code


Instance Methods [hide private]
 
__init__(self, user, copr, yaml, filename=None) source code
 
submit_build(self) source code
 
add_builds(self, rpms, module) source code
 
get_clone_url(self, pkgname, rpm) source code
 
default_distgit(self) source code
Class Methods [hide private]
 
get_build_batches(cls, rpms)
Determines Which component should be built in which batch.
source code
Method Details [hide private]

__init__(self, user, copr, yaml, filename=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

get_build_batches(cls, rpms)
Class Method

source code 

Determines Which component should be built in which batch. Returns an ordered list of grouped components, first group of components should be built as a first batch, second as second and so on. Particular components groups are represented by dicts and can by built in a random order within the batch. :return: list of lists

default_distgit(self)

source code 
Decorators:
  • @property