summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xroles/git/hooks/files/post-receive-chained5
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 \