From 7667b0e97ea95225684da704d0d120ab9adab6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 15 Jan 2024 15:09:59 +0100 Subject: [PATCH] Revert "Don't send a fedora-messaging message from the Pagure git hook" This reverts commit 4bfc46ce378537237c2c79e06fc61b5f45d95218. 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. --- roles/git/hooks/files/post-receive-chained | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index a537502e0d..528a29bfba 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -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 \