#6719 "Unsupported checksum type: md5" after Koji upgrade blocks modules
Closed: Fixed Opened by jkaluza.

MBS is using Koji content generator to import module build. It uses following metadata for the content generator data:

            ret.append(
                {
                    u'buildroot_id': 1,
                    u'arch': u'noarch',
                    u'type': u'log',
                    u'filename': u'build.log',
                    u'filesize': stat.st_size,
                    u'checksum_type': u'md5',
                    u'checksum': checksum
                }
            )

Apparently the md5 checksum is causing problems now and importing module builds fail with the message from title of this ticket.

Should we use different hash type now, or is there issue and md5 should work?


Duplicate of https://pagure.io/koji/pull-request/796.
Hotfixed in production.

Metadata Update from @puiterwijk:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata