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 <tmz@pobox.com>
This commit is contained in:
parent
87a9ced54a
commit
c45689142e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue