public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin
@ 2023-10-24  0:14 Michael Kubacki
  2023-10-24  0:34 ` Michael D Kinney
  2023-10-24  0:57 ` 回复: " gaoliming via groups.io
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Kubacki @ 2023-10-24  0:14 UTC (permalink / raw)
  To: devel
  Cc: Bob Feng, Liming Gao, Michael D Kinney, Rebecca Cran, Sean Brogan,
	Yuwei Chen

From: Michael Kubacki <michael.kubacki@microsoft.com>

Plugins can be placed either in .pytool/Plugin (CI plugin) or
BaseTools/Plugin (build plugin).

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.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---

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.
    
    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.

 Maintainers.txt | 7 +++++++
 1 file changed, 7 insertions(+)

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 <gaoliming@byosoft.com.cn> [lgao4]
 R: Bob Feng <bob.c.feng@intel.com> [BobCF]
 R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
 
+BaseTools: Plugins
+F: BaseTools/Plugin/
+M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
+M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
+R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
+R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
+
 CryptoPkg
 F: CryptoPkg/
 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
-- 
2.42.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
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/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin
  2023-10-24  0:14 [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin Michael Kubacki
@ 2023-10-24  0:34 ` Michael D Kinney
  2023-10-24  0:57 ` 回复: " gaoliming via groups.io
  1 sibling, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2023-10-24  0:34 UTC (permalink / raw)
  To: mikuback@linux.microsoft.com, devel@edk2.groups.io
  Cc: Feng, Bob C, Gao, Liming, Rebecca Cran, Sean Brogan,
	Chen, Christine, Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Monday, October 23, 2023 5:15 PM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Rebecca Cran <rebecca@bsdio.com>; Sean
> Brogan <sean.brogan@microsoft.com>; Chen, Christine
> <yuwei.chen@intel.com>
> Subject: [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to
> BaseTools/Plugin
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Plugins can be placed either in .pytool/Plugin (CI plugin) or
> BaseTools/Plugin (build plugin).
> 
> 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.
> 
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
> 
> 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.
> 
>     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.
> 
>  Maintainers.txt | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> 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 <gaoliming@byosoft.com.cn> [lgao4]
>  R: Bob Feng <bob.c.feng@intel.com> [BobCF]
>  R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
> 
> +BaseTools: Plugins
> +F: BaseTools/Plugin/
> +M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
> +M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
> +R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
> +R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
> +
>  CryptoPkg
>  F: CryptoPkg/
>  W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
> --
> 2.42.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109964): https://edk2.groups.io/g/devel/message/109964
Mute This Topic: https://groups.io/mt/102148545/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* 回复: [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin
  2023-10-24  0:14 [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin Michael Kubacki
  2023-10-24  0:34 ` Michael D Kinney
@ 2023-10-24  0:57 ` gaoliming via groups.io
  1 sibling, 0 replies; 3+ messages in thread
From: gaoliming via groups.io @ 2023-10-24  0:57 UTC (permalink / raw)
  To: devel, mikuback
  Cc: 'Bob Feng', 'Michael D Kinney',
	'Rebecca Cran', 'Sean Brogan',
	'Yuwei Chen'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael
> Kubacki
> 发送时间: 2023年10月24日 8:15
> 收件人: devel@edk2.groups.io
> 抄送: Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Michael D Kinney
> <michael.d.kinney@intel.com>; Rebecca Cran <rebecca@bsdio.com>; Sean
> Brogan <sean.brogan@microsoft.com>; Yuwei Chen <yuwei.chen@intel.com>
> 主题: [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers
> to BaseTools/Plugin
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Plugins can be placed either in .pytool/Plugin (CI plugin) or
> BaseTools/Plugin (build plugin).
> 
> 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.
> 
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
> 
> 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.
> 
>     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.
> 
>  Maintainers.txt | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> 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 <gaoliming@byosoft.com.cn> [lgao4]
>  R: Bob Feng <bob.c.feng@intel.com> [BobCF]
>  R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
> 
> +BaseTools: Plugins
> +F: BaseTools/Plugin/
> +M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
> +M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
> +R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
> +R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
> +
>  CryptoPkg
>  F: CryptoPkg/
>  W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
> --
> 2.42.0.windows.2
> 
> 
> 
> -=-=-=-=-=-=
> 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]
> -=-=-=-=-=-=
> 





-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-24  0:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24  0:14 [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin Michael Kubacki
2023-10-24  0:34 ` Michael D Kinney
2023-10-24  0:57 ` 回复: " gaoliming via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox