Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Include anitya messages, which start with org.release-monitoring.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 13, 2015
1 parent ae5fba0 commit 9e30e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmn/consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class FMNConsumer(fedmsg.consumers.FedmsgConsumer):
topic = 'org.fedoraproject.*'
topic = '*'
config_key = 'fmn.consumer.enabled'

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 9e30e42

Please sign in to comment.