> Emmanuel writes:
> > >
> >
> > So in short : where the "trivial" fixes (more or less like the janitor
> > ones) should be submitted (for now they are submitted via bugzilla)?
> > Thanks
>
> Yes.
>
> 1. Please create yourself a bugzilla account and log in.
> 2. You can then use the 'create' function to create a new
> submission.
> 3. Please try to identify as closely as possible the component
> the submission is for, add a brief description and use the
> 'attachment' button to create an attachment containing your
> diff.
> 4. Please don't forget to set the mimetype of the attachment
> to 'patch'.
> This is importand as it helps to locate those entries that
> contain patches.
>
> You can then always search for the entry and find out if
> the fix has been submitted already or if somebody has a
> comment on your submission.
Of course, there are such advantages to using bugzilla, but the above listed
steps are a lot more overhead for submission of trivial patches than
cvs diff foo.c | mail -s "Trivial patch to foo" [EMAIL PROTECTED]
For a very short patch like this:
diff -u -r1.13 xf86MiscExt.c
--- xf86MiscExt.c 3 Apr 2003 16:15:56 -0000 1.13
+++ xf86MiscExt.c 4 Jun 2003 18:44:04 -0000
@@ -618,7 +618,7 @@
{
ScrnInfoPtr pScr = xf86Screens[scrnIndex];
- DEBUG_P("MiscExtGetFilePaths");
+ DEBUG_P("MiscExtPassMessage");
if (*pScr->HandleMessage == NULL)
return BadImplementation;
a simpler submission method seems more appropriate.
Anyone know anything more about the mythical email interface to bugzilla?
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel