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:
parent
53fd6a9ba2
commit
0d50460f02
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user