Task #846
Updated by mhrivnak over 9 years ago
The "upstream/downstream "updatem/downstream automation":https://github.com/pulp/pulp_packaging/blob/master/ci/redmine_bugzilla.py should be extended to check that all downstream bugs contain specific e-mail addresses in the cc list. If they are not present they should be added. Deliverables: Add another step to the module docs at the top explaining this feature Add a module variable that is the list of e-mail addresses called REQUIRED_CC = ['mhrivnak@redhat.com', 'bbouters@redhat.com'] For all downstream bugs looked at, verify that all members of REQUIRED_CC are on the cc list. If any are not present, add them. Be sure that the adding of the cc list is done before the "commenting feature":https://github.com/pulp/pulp_packaging/blob/master/ci/redmine_bugzilla.py#L119 occurs so that when comments happen the REQUIRED_CC recipients will see the comment.