[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered |
Date: |
Tue, 22 Sep 2015 08:40:50 -0700 |
On 22 September 2015 at 07:58, Daniel P. Berrange <address@hidden> wrote:
> On Tue, Sep 22, 2015 at 11:13:57AM +0200, Markus Armbruster wrote:
>> Paolo asked for an update.
>>
>> Markus Armbruster <address@hidden> writes:
>>
>> > Markus Armbruster <address@hidden> writes:
>> Different tack: what are the unmaintained files we actually change?
>>
>> Unmaintained files sorted by number of commits in the past year (commit
>> 1733681):
>>
>> $ for i in `cat unmaintained-files`; do echo -n "$i "; git-rev-list
>> 1733681.. $i | wc -l; done | awk '{ printf "%7d %s\n", $2, $1 }' | sort -rn
>> | head -n 100
>> 79 trace-events
>
> We should probably just kill the trace-events file from git entirely.
> Everyone more or less appends to it, which guarantees each patch
> series conflicts on it, and no one person is suitable as maintainer
> of it really.
Strong agreement; a single trace-events file is just nasty.
-- PMM
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Markus Armbruster, 2015/09/22
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Daniel P. Berrange, 2015/09/22
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Thomas Huth, 2015/09/22
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Daniel P. Berrange, 2015/09/22
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered,
Peter Maydell <=
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Eric Blake, 2015/09/22
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, Markus Armbruster, 2015/09/24
- Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered, John Snow, 2015/09/22