Revert "revert the hook for now until the initial manifest is ready"

This reverts commit 8a6848385e.
This commit is contained in:
Kevin Fenzi 2017-10-16 17:05:35 +00:00
parent e9cd77fd04
commit f93a639600

View file

@ -7,7 +7,8 @@ pee \
/usr/share/git-core/post-receive-fedmsg \ /usr/share/git-core/post-receive-fedmsg \
/usr/share/git-core/post-receive-alternativearch \ /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/default_hook.py \
/usr/lib/python2.7/site-packages/pagure/hooks/files/pagure_hook.py /usr/lib/python2.7/site-packages/pagure/hooks/files/pagure_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 # We used to send emails directly from the git hook here, but now we send to
# fedmsg which routes to FMN which routes to packagers and the mailing list. # fedmsg which routes to FMN which routes to packagers and the mailing list.