7

I have a project in Launchpad with a bzr tree. I want all merge requests against that tree to have notifications set to my developer mailing list. How can I accomplish this?

Braiam
  • 69,112
Kees Cook
  • 17,823

2 Answers2

5
  1. The mailing list must be associated with a LP user or team. For teams, it is under "Set Contact Information".
  2. Set this LP user or team as the "Reviewer" of the bzr tree, under "Set branch reviewer"
  3. On the mailing list, allow implicit inbound emails from LP. For example, with Mailman, under "Privacy Options, Recipient Filters", set "Alias names (regexps) which qualify as explicit to or cc destination names for this list." to: mp\+.*@code\.launchpad\.net

Now all merge request emails will be delivered to the mailing list.

Kees Cook
  • 17,823
1

Register the mailing list as the owner of the branch?

psusi
  • 38,031