This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Status of gdb usage of gerrit


On 11/26/19 5:24 PM, Joseph Myers wrote:
> On Tue, 26 Nov 2019, Florian Weimer wrote:
> 
>> * Joseph Myers:
>>
>>> I don't think we should require pushing through Gerrit.  For changes not 
>>> needing review it's an unnecessary complication; a normal git push ought 
>>> to be fine and Gerrit ought to be able to handle it.
>>
>> Jonathan Nieder's comments
>>
>>   <https://sourceware.org/ml/libc-alpha/2019-11/msg00532.html>
>>   <https://sourceware.org/ml/libc-alpha/2019-11/msg00533.html>
>>
>> suggest to me that whis would need custom Gerrit development (listed
>> as option 3, “something fancy with two-way sync”).
> 
> No, just running Gerrit on sourceware - the first of those messages 
> explicitly says "It copes fine with the repository being updated behind 
> its back".  Running it on sourceware seems obviously the right thing to do 
> for non-experimental use.
 
Correct.

For changes pushed "behind" gerrit you would have to add the "Reviewed-by"
lines and it would cause the gerrit review to be stuck in an intermediate
state requiring cleanup because the commit message changed without review.

For changes pushed "with" gerrit it would work just fine.

So my suggestion was:
* You review via gerrit and push in gerrit
or
* You review via email and push directly (no Changeset-Id).

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]