← Back to team overview

maria-developers team mailing list archive

Re: Bazaar-problem

 

Hi, AugustQ!

On Sep 02, AugustQ wrote:
> Hi Sergei,
> 
> for some time I played with the source of MySQL 5.5.8. I've taken one of
> my modifications to MariaDB 10.0.4 and want to give them to one of you
> for further discussions.
> 
> From my understanding of the Bazaar-SW I created a local repository on
> my machine here, added the source-tarball, got the modifications via bzr
> pull, created a branch, added my modifications and tested these. Then i
> committed my modifications but this happens only to the local
> repository. For evaluating my code and further discussions I need a bzr
> push. So I tried this. 
> I hope this is the correct way.

Not exactly. bzr push will add the code to mariadb 10.0 *main branch*.
The branch we build releases from.
This is not what you want.

You want to publish your code by pushing it into your own branch of
mariadb, not into the main lp:maria.

See https://mariadb.com/kb/en/contributing-code/ and in particular, the
section "Publish your branch" in there.

Regards,
Sergei


Follow ups

References