On Sun, Dec 6, 2015 at 12:26 PM, Ian Stakenvicius <[email protected]> wrote:
>
>> On Dec 6, 2015, at 11:52 AM, Rich Freeman <[email protected]> wrote:
>>
>>> On Sun, Dec 6, 2015 at 11:09 AM, Michael Orlitzky <[email protected]> wrote:
>>> On 12/06/2015 11:00 AM, Michał Górny wrote:
>>>>>
>>>>> Of course. Add the commit author, too: I want to know if I break someone
>>>>> else's package.
>>>>
>>>> So far, can't do that since we don't know which commit exactly broke. I
>>>> don't want to do any heuristics that could blame the wrong person.
>>>
>>> Is the testing performed per-push rather than per-commit? Either way, I
>>> would like to get a notification that something broke, even if it wasn't
>>> my commit at fault. Just change the word "blame" to "alert" so no one
>>> feels slandered.
>>
>> ++
>>
>> This isn't about shaming people.  It is about alerting that the tree
>> is broken.  I think we can agree that when packages don't build it is
>> a problem, and it won't fix itself.
>>
>> How many commits typically go by in-between checks?  Would it be
>> practical to just alert any commit author in that time range?  Sure,
>> it would generate a bit of spam, but:
>>
>> 1.  Better to get problems fixed sooner than later.
>> 2.  The overall improved attention to QA will hopefully reduce the
>> error rate and thus make the number of emails regulate themselves.
>>
>> One of the first steps towards reducing errors is to increase their 
>> visibility.
>>
>
> Couldn't we just alert the people listed in the metadata for the packages 
> affected?  Even if it wasn't them that caused the breakage, aren't they 
> ultimately responsible for making sure the package works?  They could ping 
> the actual committer...
>

It is best to give feedback to those who know what they did, not to a
bunch of random people who have to puzzle it out.  Maybe the toolchain
guys change something and 200 packages break.  Now, we can all sit and
stare at bizarre gcc output for an hour each trying to figure out the
cause of some misleading error message, or we could let the toolchain
guys know and as soon as they see 200 C-based packages break after
committing a toolchain change they're going to know that they're the
cause and likely what is going on.  I'm not sure if the toolchain team
would be better served if they get hit CC'ed on 200 carefully-crafted
bug reports either, over the span of a few days as the maintainers
catch up on their likely-outdated emails.

By all means CC the package maintainers, since they likely do care,
but they may not be in the best place to debug a problem that
originated in a dependency.

If we're talking about sending an email to ~5 committers just do it.
If I committed a change to mythtv and perl breaks, I'll probably
ignore it.  If I committed a change to dar and some backup utility
breaks, I'll probably take a closer look.  If in a month we're sick
and tired of the emails we can always give up, or start beating
anybody over the head who doesn't run repoman.

-- 
Rich

Reply via email to