Reapply "Don't send a fedora-messaging message from the Pagure git hook"
This reverts commit 7667b0e97e
.
The packit folks have migrated to the Pagure-native message:
https://github.com/packit/packit-service/issues/2305
This commit is contained in:
parent
b0ef379ab7
commit
26358b62a2
1 changed files with 3 additions and 1 deletions
|
@ -4,11 +4,13 @@
|
||||||
# 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 \
|
||||||
/usr/bin/fedora-messaging-git-hook \
|
|
||||||
/usr/share/git-core/post-receive-alternativearch \
|
/usr/share/git-core/post-receive-alternativearch \
|
||||||
/usr/lib/python3.6/site-packages/pagure/hooks/files/post-receive \
|
/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`"
|
"/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
|
# 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.
|
# fedmsg which routes to FMN which routes to packagers and the mailing list.
|
||||||
#$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
|
#$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue