|
|
__init__(self,
opts,
hostname,
username,
job,
timeout,
chroot,
buildroot_pkgs,
callback,
remote_basedir,
remote_tempdir=None,
macros=None,
repos=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
| run_ansible_with_check(self,
cmd,
module_name=None,
as_root=False,
err_codes=None,
success_codes=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| collect_built_packages(self,
build_details,
pkg) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
pre_process_repo_url(self,
repo_url)
Expands variables and sanitize repo url to be used for mock config |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|