This is an implementation of issue #19
If any of the possible build arches for the tag are excluded, then an appropriate arch is chosen for the task rather than simply noarch.
Unit tests included.
'else' part is redundant as it is handled by default return value. But probably makes message 'it is still ok' more visible.
+1
Yeah, that's defensive programming on my part
Commit 55d57495 fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
This is an implementation of issue #19
If any of the possible build arches for the tag are excluded, then an appropriate arch is chosen for the task rather than simply noarch.
Unit tests included.