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?
Asked
Active
Viewed 183 times
2 Answers
5
- The mailing list must be associated with a LP user or team. For teams, it is under "Set Contact Information".
- Set this LP user or team as the "Reviewer" of the bzr tree, under "Set branch reviewer"
- 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