#2931 Confusion on how to enable Fedmsg notifications
Closed: Fixed Opened by mavit.

Copr has a feature where it can automatically rebuild an RPM whenever it sees a Git commit. It says that this is enabled for Pagure projects via Fedmsg. However, when I visited the settings page for my Pagure project I was confused to find two different but similarly named options:

  • Project options -> Activate fedmsg notifications
  • Hooks -> Fedmsg -> Active

Could the difference between these two options and how they might relate to each other be made more clear?


The first one is fedmsg notification for pagure's UI actions: new ticket, new comment, new PR..., the second one is the git hook sending notification on commits (ie: likely the one you want in this case).

Metadata Update from @pingou:
- Issue tagged with: doc, easyfix

Commit 8103ab3e fixes this issue

Metadata