mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
LF-12221 get_maintainer_nxp.sh: drop the deprecated review list
The review list linux-devel@linux.nxdi.nxp.com has been deprecated, so drop it from the script. Acked-by: Jason Liu <jason.hui.liu@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
This commit is contained in:
parent
baee9a20b2
commit
065a8ea7e8
|
|
@ -6,8 +6,7 @@ scriptDir="$(dirname $(readlink -f $0))"
|
|||
mfile=$scriptDir/../MAINTAINERS.NXP
|
||||
pl_script="./scripts/get_maintainer.pl"
|
||||
maillist="\
|
||||
linux-devel@linux.nxdi.nxp.com (Linux Factory Review List)
|
||||
lnxrevli@nxp.com (i.MX Review List)"
|
||||
lnxrevli@nxp.com (Linux Factory Review List)"
|
||||
|
||||
usage() {
|
||||
cat <<EOF
|
||||
|
|
@ -107,6 +106,6 @@ if $sendemail;then
|
|||
exit
|
||||
fi
|
||||
# display email sending command first in case users want to modify
|
||||
echo git send-email --no-chain-reply-to --no-signed-off-by-cc --quiet --suppress-cc=all $email_confirm $email_from --to=$emails $email_to $email_cc --cc=linux-devel@linux.nxdi.nxp.com,lnxrevli@nxp.com $patches
|
||||
git send-email --no-chain-reply-to --no-signed-off-by-cc --quiet --suppress-cc=all $email_confirm $email_from --to=$emails $email_to $email_cc --cc=linux-devel@linux.nxdi.nxp.com,lnxrevli@nxp.com $patches
|
||||
echo git send-email --no-chain-reply-to --no-signed-off-by-cc --quiet --suppress-cc=all $email_confirm $email_from --to=$emails $email_to $email_cc --cc=lnxrevli@nxp.com $patches
|
||||
git send-email --no-chain-reply-to --no-signed-off-by-cc --quiet --suppress-cc=all $email_confirm $email_from --to=$emails $email_to $email_cc --cc=lnxrevli@nxp.com $patches
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user