public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* Doc on How to submit patches
@ 2003-09-02 23:08 Jonathan Larmour
  2003-09-03  2:57 ` Gary Thomas
  2003-09-03 12:34 ` Andrew Lunn
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Larmour @ 2003-09-02 23:08 UTC (permalink / raw)
  To: eCos Maintainers

Nick and myself have been working on this: 
http://ecos.sourceware.org/patches.html

Comments? Corrections? Abuse?

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Doc on How to submit patches
  2003-09-02 23:08 Doc on How to submit patches Jonathan Larmour
@ 2003-09-03  2:57 ` Gary Thomas
  2003-09-03 12:34 ` Andrew Lunn
  1 sibling, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2003-09-03  2:57 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: eCos Maintainers

On Tue, 2003-09-02 at 17:08, Jonathan Larmour wrote:
> Nick and myself have been working on this: 
> http://ecos.sourceware.org/patches.html
> 
> Comments? Corrections? Abuse?

Looks good to me - I especially like the part about submitting
patches via Bugzilla.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Doc on How to submit patches
  2003-09-02 23:08 Doc on How to submit patches Jonathan Larmour
  2003-09-03  2:57 ` Gary Thomas
@ 2003-09-03 12:34 ` Andrew Lunn
  2003-09-03 12:48   ` Gary Thomas
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2003-09-03 12:34 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: eCos Maintainers

On Wed, Sep 03, 2003 at 12:08:40AM +0100, Jonathan Larmour wrote:
> Nick and myself have been working on this: 
> http://ecos.sourceware.org/patches.html
> 
> Comments? Corrections? Abuse?

The component to use in Bugzilla is "Patches and Contributions". Im
humming and harring as to if it would be better to use the component
the major part of the patch is in. That way it automagically gets a
default owner who we can point a finger at when the patch sits around
for a while with nothing happening. If the owner is overloaded its his
responsibility to then find another maintainer to take over the patch.

It would be nice to add a state "Waiting for assignment" to bugzilla.

   Andrew

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Doc on How to submit patches
  2003-09-03 12:34 ` Andrew Lunn
@ 2003-09-03 12:48   ` Gary Thomas
  2003-09-03 14:21     ` Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2003-09-03 12:48 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: Jonathan Larmour, eCos Maintainers

On Wed, 2003-09-03 at 06:34, Andrew Lunn wrote:
> On Wed, Sep 03, 2003 at 12:08:40AM +0100, Jonathan Larmour wrote:
> > Nick and myself have been working on this: 
> > http://ecos.sourceware.org/patches.html
> > 
> > Comments? Corrections? Abuse?
> 
> The component to use in Bugzilla is "Patches and Contributions". Im
> humming and harring as to if it would be better to use the component
> the major part of the patch is in. That way it automagically gets a
> default owner who we can point a finger at when the patch sits around
> for a while with nothing happening. If the owner is overloaded its his
> responsibility to then find another maintainer to take over the patch.
> 
> It would be nice to add a state "Waiting for assignment" to bugzilla.
> 

Isn't this just the "new" state?  Once it has been looked at by
someone, it should then be assigned (as appropriate) and changed to
"assigned" or "needinfo".

We currently have too many bugs that are just left at "new" (some in
the old system were 3-4 years old!).  I think they should be moved to
a working status as soon as possible and yes, I know, I'm at least
as guilty as anyone else in this regard.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Doc on How to submit patches
  2003-09-03 12:48   ` Gary Thomas
@ 2003-09-03 14:21     ` Jonathan Larmour
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Larmour @ 2003-09-03 14:21 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Andrew Lunn, eCos Maintainers

Gary Thomas wrote:
> On Wed, 2003-09-03 at 06:34, Andrew Lunn wrote:
> 
>>On Wed, Sep 03, 2003 at 12:08:40AM +0100, Jonathan Larmour wrote:
>>
>>>Nick and myself have been working on this: 
>>>http://ecos.sourceware.org/patches.html
>>>
>>>Comments? Corrections? Abuse?
>>
>>The component to use in Bugzilla is "Patches and Contributions". Im
>>humming and harring as to if it would be better to use the component
>>the major part of the patch is in. That way it automagically gets a
>>default owner who we can point a finger at when the patch sits around
>>for a while with nothing happening. If the owner is overloaded its his
>>responsibility to then find another maintainer to take over the patch.

That's true, and what Nick was thinking too. But the other issue is that 
it would still be good to keep a patch on the ecos-patches list, and with 
bugzilla you can only associate e-mail addresses automatically with 
components. So all the traffic to do with patches would end up on 
ecos-bugs, not ecos-patches, and ecos-patches would no longer be a record 
of patches considered/reviewed/applied.

Besides, one of us can assign the patch to "the obvious person", but if 
you consider components like "HAL" or many of the device drivers, there's 
never an obvious person. Or areas like the kernel where even though Nick 
is the obvious candidate for much of it, there's plenty of areas which 
either weren't written by him, or for which other people could resolve 
issues just as easily.

By putting all the bugs in a pool, other people have a chance to do 
something about them instead of relying on individuals who may be heavily 
loaded for some time.

>>It would be nice to add a state "Waiting for assignment" to bugzilla.
> 
> Isn't this just the "new" state?  Once it has been looked at by
> someone, it should then be assigned (as appropriate) and changed to
> "assigned" or "needinfo".

Hmmm... "assigned" could be ambiguous ;-).

Actually the way we're going to do this is with Bugzilla flags. What you 
can do is give any attachment to a bug some flags. We will have two flags: 
"assignment" and "review".

Flags have three states: -, ? and +. We would use these as follows:

For the assignment flag:
-   No assignment
?   Is there an assignment? Or perhaps the assignment is being obtained?
+   There is an assignment

For the review flag:
-   This patch was reviewed, but was not acceptable in its present state
?   This patch needs review. You would use this in association with an 
e-mail address.
+   This patch has passed review.

For an example, have a look at this bug:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000042

> We currently have too many bugs that are just left at "new" (some in
> the old system were 3-4 years old!).  I think they should be moved to
> a working status as soon as possible and yes, I know, I'm at least
> as guilty as anyone else in this regard.

Well, if anything the older ones are less important as there's "evidently" 
no urgency.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-03 14:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02 23:08 Doc on How to submit patches Jonathan Larmour
2003-09-03  2:57 ` Gary Thomas
2003-09-03 12:34 ` Andrew Lunn
2003-09-03 12:48   ` Gary Thomas
2003-09-03 14:21     ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).