From 8feca5885bb42fea7f28c0654072d7b37d89a323 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Apr 2024 11:19:00 -0700 Subject: [PATCH] Revert "Reapply "Don't send a fedora-messaging message from the Pagure git hook"" This reverts commit 26358b62a2180520b5bd6f3a08710f9e2288eae6. So, this broke the toddler that handles package retirements. ;( It seems it was commited on feb 20th, but not actually pushed out until March 4th. At that point, retirements stop. ;( I think it's getting the new git pagure messages, but they don't contain the information it expects so it just drops them. We will need to adjust toddlers before we can re-drop this. --- 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 \