On Mon, 2 Nov 2020, Jakub Jelinek via Gcc wrote: > It isn't that easy (because update_version_git checks the gcc trunk and > so I had to insert a sh invocation in which I've tweaked it), but it worked, > thanks. But something is really wrong with the hooks, as the gcc-cvs mail > for the trunk daily bump wasn't sent again (r10, r9 and r8 changes did).
I think any issue with an email not sent to gcc-cvs should be raised with overseers or postmaster; they'll need to check logs at the exact time to see if the email was ever submitted by the hooks to the MTA (and at least part of the mail sending from the hooks is I think asynchronous so any issues might not be reported back to the git commit command). If it was submitted to the MTA, the problem is with the MTA or mailman. If it was not submitted to the MTA, Joel might be able to advise on how to instrument the process of email sending from the hooks to see where it went wrong. -- Joseph S. Myers jos...@codesourcery.com