Learn more about these different git repos.
Other Git URLs
koji edit-host foo --arches=i686,x86_64 results in the host getting an arch of i686,x86_64 you have to use space delimited options koji edit-host foo --arches="i686 x86_64" would give the expected output, howvere add-tag and edit-tag allow the use os , as a delimiter. I think we should support the use of both space and comma as a delimiter consistently.
PR #264
Commit 7f15bcc fixes this issue
@mikem changed the status to Closed
Closed
Metadata Update from @tkopecek: - Issue set to the milestone: 1.12
Login to comment on this ticket.