Skip to content

Commit

Permalink
Also allow rpms-checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Apr 8, 2016
1 parent 9d8c44d commit ab39be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedmsg_meta_fedora_infrastructure/scm.py
Expand Up @@ -205,7 +205,7 @@ def packages(self, msg, **config):

# If its not an rpms/ thing, then its not a package.
if 'namespace' in msg['msg']:
if msg['msg']['namespace'] != 'rpms':
if not msg['msg']['namespace'] in ['rpms', 'rpms-checks']:
return set()

if 'git.receive' in msg['topic']:
Expand Down

0 comments on commit ab39be0

Please sign in to comment.