Re-enable fedmsg hooks now that there is a acl allowing access to key

This commit is contained in:
Kevin Fenzi 2018-04-19 16:41:47 +00:00
parent 4a12209027
commit 9bd9110781
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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