Re: GTI TAC Meeting Notes 2023-06-08
Carlos O'Donell <[email protected]> Thu, 9 Mar 2023 23:50:51 -0500
| Newsgroups | org.linuxfoundation.lists.cti-tac |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
On 3/8/23 14:29, Konstantin Ryabitsev wrote:
> On Wed, Mar 08, 2023 at 11:44:47AM -0500, Carlos O'Donell wrote:
>> - Carlos: Where does the complexity come from?
>> - Jeff: Mailing list from bugzilla integration. Lots of custom stuff.
>
> Can someone pass me the details of this integration? I'm currently working on
> bugzilla mailing list integration via lore.kernel.org and I can see if this is
> something I'm already handling.
We haven't finished the gcc service enumeration yet, it's the last project remaining.
We will dig into this and provide you with the details as part of that enumeration.
Off the top of my head:
Normal Bugzilla behaviour:
- Bugzilla issue updates go to the mailing list.
- Email responses to the mailing list messages go back to the referenced bug.
Customization:
- gcc refs/meta/config project.config used to store customization data.
- git commit hooks used to:
- Send email to mailing list.
- Update bugzilla if issues referenced in commit.
e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109062#c1
The gcc project itself has ~6k lines of python in the git commit
hooks and part of that handles "message" customization.
--
Cheers,
Carlos.