4 Commits

Author SHA1 Message Date
Sean McGinnis
46c68ab92c
Fix announce email project names
Argument naming ambiguity led to grabbing the wrong value. This updates
repo name handling to grab from the right input.

Change-Id: I4987fc012a07344cbc4290e33eae5b772270eb07
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-18 11:44:17 -05:00
Sean McGinnis
a68f6bede5
Fix release-note parsing of deliverable files
The list-changes job would fail to parse deliverable files with the
error "WARNING: Unable to parse $repo $series deliverable file" due to
the repo name being passed in with the leading openstack/ namespace.

This is common code used by list-changes and release-notes. In
list-changes we have the actual name of the deliverable file, so just
use that if it is available.

Also makes sure that cases were we expect just the repo name without
namespace only get what is expected.

Change-Id: Ib7526fc66d05530c2c2c722284c1d64a5242e419
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-16 11:05:51 -05:00
Doug Hellmann
94a24d03dc switch mailing lists to openstack-discuss
The openstack-dev mailing list is closed, so we should set reply-to
headers and other settings related to mailing lists to use the new
discuss list instead.

Change-Id: I5be0db7dff2e9acce455a197e01972ae2bef2f44
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-12-04 10:41:28 -05:00
Doug Hellmann
70be592ba5 add release notes output to the list-changes job
Import the release-notes command from the release-tools repository and
integrate it with the list-changes command so that we see the release
notes for an upcoming release. This lets us review the release notes
output for warnings (like not having a documentation page linked) and
errors (such as reno failing to work).

Change-Id: I710606fe44601fe5414bfc82f25894319f16e558
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-11 13:44:46 -04:00