mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Correctly pass verbosity options through the builder CLI
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
parent
4716654c7c
commit
e41712706f
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ class BuildModule(BaseCliModule):
|
||||||
'auto_install': self.options.auto_install,
|
'auto_install': self.options.auto_install,
|
||||||
'rpmbuild_options': self.options.rpmbuild_options,
|
'rpmbuild_options': self.options.rpmbuild_options,
|
||||||
'scl': self.options.scl,
|
'scl': self.options.scl,
|
||||||
|
'quiet': self.options.quiet,
|
||||||
|
'verbose': self.options.verbose,
|
||||||
}
|
}
|
||||||
|
|
||||||
builder = create_builder(package_name, build_tag,
|
builder = create_builder(package_name, build_tag,
|
||||||
|
|
Loading…
Add table
Reference in a new issue