diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index 05c4bcd9b9..99b5a2a2c5 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -8,6 +8,7 @@ pee \ /usr/share/git-core/post-receive-alternativearch \ /usr/lib/python2.7/site-packages/pagure/hooks/files/default_hook.py \ /usr/lib/python2.7/site-packages/pagure/hooks/files/pagure_hook.py \ + /usr/lib/python2.7/site-packages/pagure/hooks/files/fedmsg_hook.py \ "/usr/bin/grok-manifest -m /srv/git/grokmirror/manifest.js.gz -t /srv/git/repositories/ -n `pwd`" # We used to send emails directly from the git hook here, but now we send to diff --git a/roles/git/hooks/files/post-receive-chained-forks b/roles/git/hooks/files/post-receive-chained-forks index 6f0fd88deb..5e0056dc1f 100755 --- a/roles/git/hooks/files/post-receive-chained-forks +++ b/roles/git/hooks/files/post-receive-chained-forks @@ -6,6 +6,7 @@ pee \ /usr/lib/python2.7/site-packages/pagure/hooks/files/default_hook.py \ /usr/lib/python2.7/site-packages/pagure/hooks/files/pagure_hook.py \ + /usr/lib/python2.7/site-packages/pagure/hooks/files/fedmsg_hook.py \ "/usr/bin/grok-manifest -m /srv/git/grokmirror/manifest.js.gz -t /srv/git/repositories/ -n `pwd`" # We used to send emails directly from the git hook here, but now we send to