Remove the email-sending git hook.
This commit is contained in:
parent
e55cfcb06a
commit
e4e432ff51
1 changed files with 4 additions and 1 deletions
|
@ -4,5 +4,8 @@
|
||||||
# You need to explicitly add your hook to the following list
|
# You need to explicitly add your hook to the following list
|
||||||
# for it to be invoked.
|
# for it to be invoked.
|
||||||
pee \
|
pee \
|
||||||
$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
|
|
||||||
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg
|
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
#$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue