Turn on the pagure fedmsg hook on all projects and forks

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-04-17 14:02:00 +02:00
parent 0b2079ca11
commit da5d18632b
2 changed files with 2 additions and 0 deletions

View file

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

View file

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