diff options
author | Ralph Bean <rbean@redhat.com> | 2015-03-24 14:40:57 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-03-24 14:40:57 +0000 |
commit | e4e432ff512b0d3bc2ffe7498c55c2407d720d4e (patch) | |
tree | a9985b723990d673b52d3f36aa668b3af558c26d | |
parent | e55cfcb06a7b90b23d4841c1205eff928a58d3b2 (diff) | |
download | ansible-e4e432ff512b0d3bc2ffe7498c55c2407d720d4e.tar.gz ansible-e4e432ff512b0d3bc2ffe7498c55c2407d720d4e.tar.xz ansible-e4e432ff512b0d3bc2ffe7498c55c2407d720d4e.zip |
Remove the email-sending git hook.
-rwxr-xr-x | roles/git/hooks/files/post-receive-chained | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index b5c6e2311..77c471c85 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -4,5 +4,8 @@ # You need to explicitly add your hook to the following list # for it to be invoked. pee \ - $GIT_DIR/hooks/post-receive-chained.d/post-receive-email \ $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 \ |