From c45689142edfe40280a79932c7447ce6869eb25c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 24 May 2018 23:57:04 -0400 Subject: [PATCH] git/hooks: remove fedmsg_hook from post-receive-chained-forks The fedmsg_hook no longer exists. It was removed from the non-fork post-receive-chained hook in 9875b043d ("Drop the fedmsg_hook since it no longer exists", 2018-05-03). Fixes the following warning when pushing to a fork: remote: sh: /usr/lib/python2.7/site-packages/pagure/hooks/files/fedmsg_hook.py: No such file or directory Signed-off-by: Todd Zullinger --- roles/git/hooks/files/post-receive-chained-forks | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/git/hooks/files/post-receive-chained-forks b/roles/git/hooks/files/post-receive-chained-forks index 5e0056dc1f..6f0fd88deb 100755 --- a/roles/git/hooks/files/post-receive-chained-forks +++ b/roles/git/hooks/files/post-receive-chained-forks @@ -6,7 +6,6 @@ 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