#6715 fedmsg plugin for koji missing epoch info
Closed: Fixed Opened by pingou.

When the fedmsg plugin for koji sends information about a build, it contains the name, version, release but misses the epoch.

For example:
* https://apps.fedoraproject.org/datagrepper/id?id=2018-0f0bfa1e-0a58-40a2-b6c4-d903546df4e0&is_raw=true&size=extra-large
* while https://src.fedoraproject.org/rpms/libuv/blob/master/f/libuv.spec shows the Epoch


I would guess it's because of koji not supporting Epoch (at all)...

Koji denifinety knows build epoch, but doesn't use it for identifying builds (eg. there can't be two builds with the same NVR, but different epoch).

This was because nobody added it to the fedmsg-koji-plugin before... http://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=65ef0a7

But note that, as @mizdebsk said, the Epoch isn't used to uniquely identify a build in koji, so you don't need it to look up a build.

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

Metadata