#232 Return just single containerImage per each NVR when finding them in LB.
Merged by jkaluza. Opened by jkaluza.
jkaluza/freshmaker lb-multiarch-nvr  into  master

Download 232.patch
        # 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.

Commit 78ad907d fixes this pull-request

Pull-Request has been merged by jkaluza

Pull-Request has been merged by jkaluza

Metadata