I'll just echo Sean and say, nice to meet you and welcome to the team!

To get your patch into Mixxx, you can do a couple things:

1) Push a branch to launchpad with your changes. Once you setup bzr to be
hooked up to your launchpad ID, this is as simple as:

$ bzr push lp:~yourusername/mixxx/mybranch

And then we will all see it on this page: http://code.launchpad.net/mixxx

2) Send us a merge-directive or a patch. Sean already mentioned how to make
a patch of your changes, but here's how to send a merge directive:

$ bzr send -o ./myfeature.patch -m "Adding new feature foobaz."

The benefit to sending a merge directive is that we can merge it into Mixxx,
and there will be an entry in the commit log with your name on it, instead
of it being one of us merging your patch in and committing it under our name
with attribution in the commit message.

As Sean said, 1.9 is feature frozen but we can merge that sucker into trunk
right now and it'll see a release in 1.10

Thanks!
RJ

On Mon, Dec 27, 2010 at 1:55 AM, Sean M. Pappalardo - D.J. Pegasus <
spappala...@mixxx.org> wrote:

>
>
> On 12/26/2010 11:41 PM, Matthew Mikolay wrote:
> > ...so now that I've done this, what's next? This is my first modification
> to a piece of software as big as mixxx. Do you guys want to add it to the
> 1.9 beta source code stored on the servers or something?
>
> Awesome work, Matthew! Please do  bzr diff > playlistToAutoDJ.patch
> then attach the .patch file to the bug report for review and committal.
>
> Also, v1.9 is feature frozen (only bug fixes from now on,) but we can
> commit your patch to trunk so it can make it into v1.10.
>
> Sincerely,
> Sean M. Pappalardo
> "D.J. Pegasus"
> Mixxx Developer - Controller Specialist
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to