fedmsg
fedmsg copied to clipboard
irc bot no messages
i have basic irc config setup and fedora endpoints configured. seems irc bot messages are incomplete:
15:11:46 fedmsg> buildsys.untag --
15:11:47 fedmsg> buildsys.untag --
15:11:48 fedmsg> buildsys.untag --
15:11:49 fedmsg> buildsys.untag --
15:11:49 fedmsg> buildsys.untag --
15:11:50 fedmsg> buildsys.untag --
15:11:51 fedmsg> buildsys.untag --
15:11:58 fedmsg> buildsys.task.state.change --
15:12:04 fedmsg> buildsys.repo.done --
15:12:10 fedmsg> github.status --
15:12:16 fedmsg> buildsys.build.state.change --
they should contain more data, as seen from #260 example
however if i produce message locally, it goes by fine:
$ echo "Hello, world" | fedmsg-logger
15:17:11 fedmsg> logger.log -- Hello, world (glen)
Do you have fedmsg_meta_fedora_infrastructure installed? It should be what translates messages to a human-readable sentence/description
:+1:, @pypingou's comment instructions should do it.
indeed, i do lack fedmsg_meta_fedora_infrastructure
probably better doc about it would be useful, currently i just run and test approach