Setting up bzr to send commit emails

You are viewing an old version of this article. View the current version here.

The commit emails for MariaDB is sent to commits@mariab.org. You can find the archive here.

To allow others to see what you are working on in your MariaDB tree, you should subscribe to the email list and configure bzr to send your commits to commits@mariadb.org.

The way to configure .bzr is to add something like the following to your /.bazaar/locations.conf file:

[/home/my/maria-5.1]
post_commit_to=commits@mariadb.org
post_commit_url=lp:maria/5.1

[/home/my/maria-5.2]
post_commit_to=commits@mariadb.org
post_commit_url=lp:maria/5.2

[/home/my/maria-5.3]
post_commit_to=commits@mariadb.org
post_commit_url=lp:maria/5.3

Just replace '/home/my' with the full path to the root of your .bzr trees.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.