Revert "Don't send a fedora-messaging message from the Pagure git hook"

This reverts commit 4bfc46ce37.

The Packit folks are lisening to the git messages, they will migrate to
the pagure messages but ask us to re-enable them while they do the
migration.
This commit is contained in:
Aurélien Bompard 2024-01-15 15:09:59 +01:00
parent f97666a75d
commit 7667b0e97e
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -4,13 +4,11 @@
# You need to explicitly add your hook to the following list
# for it to be invoked.
pee \
/usr/bin/fedora-messaging-git-hook \
/usr/share/git-core/post-receive-alternativearch \
/usr/lib/python3.6/site-packages/pagure/hooks/files/post-receive \
"/usr/bin/grok-manifest -m /srv/git/grokmirror/manifest.js.gz -t /srv/git/repositories/ -n `pwd`"
# Don't send to fedora-messaging here, Pagure already does that (#11687)
# /usr/bin/fedora-messaging-git-hook \
# 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 \