From f93a639600fc8dafd83a0e56cd047b7a1ab693ad Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Oct 2017 17:05:35 +0000 Subject: [PATCH] Revert "revert the hook for now until the initial manifest is ready" This reverts commit 8a6848385ebe05184ce3b19a1a3c1b551303bda2. --- roles/git/hooks/files/post-receive-chained | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index b0175124fb..05c4bcd9b9 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -7,7 +7,8 @@ pee \ /usr/share/git-core/post-receive-fedmsg \ /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/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 # fedmsg which routes to FMN which routes to packagers and the mailing list.