# There can be multi-arch images which share the same # image['brew']['build']. Freshmaker is not interested in the image # architecture, it is only interested in NVR, so group the images # by the same image['brew']['build'] and include just first one in the # image list.
Because of "sort and groupby", the ordering of images in a resulting list changes, so these changes just change the order of things.
lgtm
Commit 78ad907d fixes this pull-request
Pull-Request has been merged by jkaluza