ut: koji.utils - cases for related Maven build utils
This commit is contained in:
parent
edbed0a167
commit
de5a34288a
8 changed files with 430 additions and 5 deletions
|
|
@ -572,7 +572,6 @@ def parse_maven_params(confs, chain=False, scratch=False):
|
|||
conf_fd.close()
|
||||
builds = {}
|
||||
for package in config.sections():
|
||||
params = {}
|
||||
buildtype = 'maven'
|
||||
if config.has_option(package, 'type'):
|
||||
buildtype = config.get(package, 'type')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue