#424 Poller does not set version and release in fake message
Closed Opened by jkaluza.

This leads to situation where we are trying to tag "module-component-None-None":

                    msg = module_build_service.messaging.KojiBuildChange(
                        msg_id='a faked internal message',
                        build_id=component_build.task_id,
                        task_id=component_build.task_id,
                        build_name=component_build.package,
                        build_new_state=state_mapping[task_info['state']],
                        build_release=None,
                        build_version=None

See #427.

Metadata Update from @ralph:
- Issue status updated to: Closed (was: Open)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/mbs/issues/424

Please continue any further discussion there.

Metadata