From 9bd9110781e52c17ea10475e1714c2e52f5f9796 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 Apr 2018 16:41:47 +0000 Subject: [PATCH] Re-enable fedmsg hooks now that there is a acl allowing access to key --- roles/git/hooks/files/post-receive-chained | 2 +- roles/git/hooks/files/post-receive-chained-forks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index 5c74da4440..99b5a2a2c5 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -8,7 +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/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 67565e6413..5e0056dc1f 100755 --- a/roles/git/hooks/files/post-receive-chained-forks +++ b/roles/git/hooks/files/post-receive-chained-forks @@ -6,7 +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/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