Parsers are organized with dirs for sources (git, mbs, koji, bodhi).
Events, parsers and handlers are generally renamed to include message
topic. One exception is those for topic of git.receive which is splitted
into multiple events, parsers and handlers.
Handlers for building containers are placed under
handlers/containers, and handlers for building modules are placed under
handlers/modules.
Have one handler for each event, this is also why naming the handlers
with message topic included.
Changes:
topic. One exception is those for topic of git.receive which is splitted
into multiple events, parsers and handlers.
handlers/containers, and handlers for building modules are placed under
handlers/modules.
with message topic included.