From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id A3729AC06CE for ; Tue, 24 Oct 2023 00:58:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CM6kvyq2Eqw5k8ybDHiNY0DOd3NdkoDaLaCQ7WU5ym8=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1698109079; v=1; b=uOpcLVjpuAlcs98vWYwxv7PDiZwFYIeFgfkVP2WrPRz2ZMO4pO6aLCAHhEMq2cG/26irAdqB ts92azLuchPXS0rA/7kqumQ2scnd9N+P/SQWMzg2y0mqR+s/FTqxyeJKHROgZPL1aTnRefG8nmr XOucKzwc4aUN78Lzel6fV5gE= X-Received: by 127.0.0.2 with SMTP id aRczYY7687511x4cA2qbvbzM; Mon, 23 Oct 2023 17:57:59 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.8141.1698109076724050290 for ; Mon, 23 Oct 2023 17:57:58 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 3499FA32E0FA for ; Tue, 24 Oct 2023 08:57:53 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 1A086A32E041 for ; Tue, 24 Oct 2023 08:57:53 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 65DDCA32E12D for ; Tue, 24 Oct 2023 08:57:49 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Tue, 24 Oct 2023 08:57:45 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Bob Feng'" , "'Michael D Kinney'" , "'Rebecca Cran'" , "'Sean Brogan'" , "'Yuwei Chen'" References: <20231024001440.678-1-mikuback@linux.microsoft.com> In-Reply-To: <20231024001440.678-1-mikuback@linux.microsoft.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gTWFpbnRhaW5lcnMudHh0OiBBZGQgLnB5dG9vbCBtYWludGFpbmVycyB0byBCYXNlVG9vbHMvUGx1Z2lu?= Date: Tue, 24 Oct 2023 08:57:46 +0800 Message-ID: <017901da0615$1a423f40$4ec6bdc0$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQKidYsUr2uGezrGMm57B4HJWMIa967HPwOw Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: FXm7hJpxwZTXpqvbRx4W2WcMx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=uOpcLVjp; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA10=D4=C224=C8=D5 8:15 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Bob Feng ; Liming Gao > ; Michael D Kinney > ; Rebecca Cran ; Sean > Brogan ; Yuwei Chen > =D6=F7=CC=E2: [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool ma= intainers > to BaseTools/Plugin >=20 > From: Michael Kubacki >=20 > Plugins can be placed either in .pytool/Plugin (CI plugin) or > BaseTools/Plugin (build plugin). >=20 > Since most of the .pytool maintainers already review many of the > plugins placed there, the same maintainers are added for the Plugin > directory in BaseTools to increase the total number of maintainers > for plugin changes. >=20 > Cc: Bob Feng > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Rebecca Cran > Cc: Sean Brogan > Cc: Yuwei Chen > Signed-off-by: Michael Kubacki > --- >=20 > Notes: > This was discussed in the October 23, 2023 Tianocore Tools and CI > meeting. Three of the BaseTools/Plugin maintainers were present > (Michael Kinney, Michael Kubacki, Sean Brogan) and the BaseTools > maintainer Yuwei Chen. >=20 > Liming Gao, if you'd prefer to not be added to the BaseTools/Plugin > list, please let me know and I'll remove you from this patch. >=20 > Maintainers.txt | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt > index e4689bdd9102..077f6d4ac1fb 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -175,6 +175,13 @@ M: Liming Gao [lgao4] > R: Bob Feng [BobCF] > R: Yuwei Chen [YuweiChen1110] >=20 > +BaseTools: Plugins > +F: BaseTools/Plugin/ > +M: Sean Brogan [spbrogan] > +M: Michael Kubacki [makubacki] > +R: Michael D Kinney [mdkinney] > +R: Liming Gao [lgao4] > + > CryptoPkg > F: CryptoPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg > -- > 2.42.0.windows.2 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#109962): > https://edk2.groups.io/g/devel/message/109962 > Mute This Topic: https://groups.io/mt/102148545/4905953 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109968): https://edk2.groups.io/g/devel/message/109968 Mute This Topic: https://groups.io/mt/102149181/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-