#17 A plugin to monitors Anitya events.
Closed by athoscr. Opened by davidcarlos.
anitya  into  master

Download 17.patch

This plugin will permit us to consume several events monitored by the Anitya project, from several different sources of the fedora infrastructure. This plugin will have several methods that we are calling "backends". A backend will be used to download a source code, based on the event monitored by anitya. Today we have only a backend to GitHub, but in the next release we will implement others backends.

The integration with the fedmsg-hub is full functional. We are using a ZeroMQ library, to queue a incoming fedmsg message. The fedmsg-hub consumer queue the message, and the anitya plugin consumes it. This were necessary because the fedmsg-hub runs as a daemon, as kiskadee (different processes that need to talk to each other). The ZeroMQ enables us to use a simple and powerful pub/sub arquitecture, and it is also used as a backend fo fedmsg-hub.

rebased

1 new commit added

  • Updates README

1 new commit added

  • Avoid kiskadee to crash when downloading source.

2 new commits added

  • Updates REDME
  • Minor fixes in anitya plugin.

rebased

2 new commits added

  • Add step to install fedmsg[consumers] package.
  • Add psutil as dependency.

Pull-Request has been closed by athoscr

This was merged manually

Metadata