[dpdk-stable] [PATCH v2] validation-contacts: add validation-contacts file

Kevin Traynor ktraynor at redhat.com
Wed Sep 18 12:10:13 CEST 2019


Add file with list of people who are involved in validation
of LTS/stable releases. This is used by 4-final-review to add
these people to the mail announcing new Release Candidates.

It can also be used as a list of contacts to highlight any other
relevant items, like test reports etc.

Cc: Akhil Goyal <akhil.goyal at nxp.com>
Cc: Ali Alnubani <alialnu at mellanox.com>
Cc: David Christensen <drc at linux.vnet.ibm.com>
Cc: Hemant Agrawal <hemant.agrawal at nxp.com>
Cc: Ian Stokes <ian.stokes at intel.com>
Cc: Jerin Jacob <jerinj at marvell.com>
Cc: John McNamara <john.mcnamara at intel.com>
Cc: Ju-Hyoung Lee <juhlee at microsoft.com>
Cc: Kevin Traynor <ktraynor at redhat.com>
Cc: Luca Boccassi <bluca at debian.org>
Cc: Pei Zhang <pezhang at redhat.com>
Cc: yuan.peng at intel.com
Cc: Raslan Darawsheh <rasland at mellanox.com>
Cc: Thomas Monjalon <thomas at monjalon.net>
Cc: benjamin.walker at intel.com
Cc: qian.q.xu at intel.com
Cc: pingx.yu at intel.com
Cc: zhaoyan.chen at intel.com
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Acked-by: Luca Boccassi <bluca at debian.org>

---

Please note, I compiled this list from correspondances during stable
releases and discussions at the DPDK Release meeting. It is expected to
be very low traffic. If anyone wants to be removed/added please reply.

v2: Update Jerin's entry. Add Ping and Zhaoyan. Add ack
---
 4-final-review      | 17 ++++++++++++++---
 README              |  4 +++-
 validation-contacts | 18 ++++++++++++++++++
 3 files changed, 35 insertions(+), 4 deletions(-)
 create mode 100644 validation-contacts

diff --git a/4-final-review b/4-final-review
index 387bce9..5041564 100755
--- a/4-final-review
+++ b/4-final-review
@@ -49,10 +49,21 @@ get_shortlog()
 }
 
+get_cc_val_list()
+{
+	cc_val_list="./validation-contacts"
+	while read line; do
+		echo "Cc: $line"
+	done <<< "$(cat $cc_val_list | sort | uniq)"
+
+}
+
 compose_final_review_note()
 {
+echo "Subject: $(describe_release) patches review and test"
+echo "To: stable at dpdk.org"
+echo "Cc: dev at dpdk.org"
+get_cc_val_list
+
 	cat << EOF
-Subject: $(describe_release) patches review and test
-To: dpdk stable <stable at dpdk.org>
-Cc: dev at dpdk.org
 
 Hi all,
diff --git a/README b/README
index 5eaefd2..4252285 100644
--- a/README
+++ b/README
@@ -122,5 +122,7 @@ but also have links to the tarballs.
 The usage is simple, just time the command, it then will generate an
 email with the notification content. What you need to so it to edit it
-when necessary (say, leaving more time for review) and send it out.
+when necessary (say, leaving more time for review) and send it out. The
+Cc list will be populated with people who are involved in stable release
+validation and listed in the validation-contacts file.
 
 At this point the vendors who have commited to test the release should do
diff --git a/validation-contacts b/validation-contacts
new file mode 100644
index 0000000..f04df80
--- /dev/null
+++ b/validation-contacts
@@ -0,0 +1,18 @@
+Pei Zhang <pezhang at redhat.com>
+Raslan Darawsheh <rasland at mellanox.com>
+qian.q.xu at intel.com
+Ju-Hyoung Lee <juhlee at microsoft.com>
+Ian Stokes <ian.stokes at intel.com>
+Ali Alnubani <alialnu at mellanox.com>
+David Christensen <drc at linux.vnet.ibm.com>
+benjamin.walker at intel.com
+Thomas Monjalon <thomas at monjalon.net>
+John McNamara <john.mcnamara at intel.com>
+Luca Boccassi <bluca at debian.org>
+Jerin Jacob <jerinj at marvell.com>
+Hemant Agrawal <hemant.agrawal at nxp.com>
+Akhil Goyal <akhil.goyal at nxp.com>
+Kevin Traynor <ktraynor at redhat.com>
+yuan.peng at intel.com
+pingx.yu at intel.com
+zhaoyan.chen at intel.com
-- 
2.20.1



More information about the stable mailing list