add-external-repo excepts comma-separated and space-separated list
Fixes: https://pagure.io/koji/issue/4353
This commit is contained in:
parent
26198f6114
commit
b7488d1c96
1 changed files with 1 additions and 1 deletions
|
|
@ -4225,7 +4225,7 @@ def add_external_repo_to_tag(tag_info, repo_info, priority, merge_mode='koji', a
|
|||
repo_id = repo['id']
|
||||
|
||||
if arches is not None:
|
||||
arches = koji.parse_arches(arches, strict=True)
|
||||
arches = koji.parse_arches(arches, strict=False)
|
||||
|
||||
priority = convert_value(priority, cast=int)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue