From de0b5d6abe7757f31ea05c973b22b0b0e422b7f5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 10 Jun 2020 00:15:18 +0200 Subject: [PATCH] git/hooks: point the post-receive-chained-forks file to the proper git hook from pagure Signed-off-by: Pierre-Yves Chibon --- roles/git/hooks/files/post-receive-chained-forks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/git/hooks/files/post-receive-chained-forks b/roles/git/hooks/files/post-receive-chained-forks index 6f0fd88deb..8d25e11a81 100755 --- a/roles/git/hooks/files/post-receive-chained-forks +++ b/roles/git/hooks/files/post-receive-chained-forks @@ -4,8 +4,7 @@ # You need to explicitly add your hook to the following list # for it to be invoked. 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/python3.6/site-packages/pagure/hooks/files/post-receive \ "/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