Skip to content

Commit

Permalink
Merge pull request fedora-infra#40 from fedora-infra/feature/include-…
Browse files Browse the repository at this point in the history
…anitya

Include anitya messages, which start with org.release-monitoring.*
  • Loading branch information
ralphbean committed Jan 13, 2015
2 parents ae5fba0 + 9e30e42 commit 884e922
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 884e922

Please sign in to comment.