test
This commit is contained in:
parent
04da1d2db3
commit
60add4a88a
3 changed files with 91 additions and 39 deletions
|
|
@ -23,7 +23,7 @@ def kiwiBuild(target, arches, desc_url, desc_path, optional_arches=None, profile
|
|||
kojihub.convert_value(i, cast=str, check_only=True)
|
||||
if repos:
|
||||
kojihub.convert_value(repos, cast=list, check_only=True)
|
||||
kojihub.get_build_targets(target, strict=True)
|
||||
kojihub.get_build_target(target, strict=True)
|
||||
arches = koji.parse_arches(arches, strict=True, allow_none=False)
|
||||
optional_arches = koji.parse_arches(optional_arches, strict=True, allow_none=True)
|
||||
taskOpts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue