Update DocImpact notifier with new dest addr.

The openstack documentation team has a new mailing list in part to
accomodate the DocImpact notifier. Update the destination address in
the notify_doc_impact script to send mail to
openstack-docs@lists.openstack.org.

Change-Id: I041194298a18e5f710c6e3bd7221dee2099733e8
This commit is contained in:
Clark Boylan 2012-07-11 16:15:45 -07:00
parent 53fd6a9ba2
commit 0d50460f02
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ documentation impact.
Log:
%s
"""
DEST_ADDRESS = 'openstack-doc-core@lists.launchpad.net'
DEST_ADDRESS = 'openstack-docs@lists.openstack.org'
def process_impact(git_log, args):
"""Notify doc team of doc impact"""