From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Mon, 30 Sep 2019 14:39:42 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6FB7B81F13; Mon, 30 Sep 2019 21:39:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-111.rdu2.redhat.com [10.10.121.111]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2B35F5D6D0; Mon, 30 Sep 2019 21:39:39 +0000 (UTC) Subject: Re: [Patch v2] Maintainers.txt: Move ShellBin maintainers to EDK II Releases section To: Liming Gao , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney References: <1569543810-4432-1-git-send-email-liming.gao@intel.com> From: "Laszlo Ersek" Message-ID: <92c45688-7695-f2dc-7ee5-4d6c3b11be2e@redhat.com> Date: Mon, 30 Sep 2019 23:39:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1569543810-4432-1-git-send-email-liming.gao@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 30 Sep 2019 21:39:41 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/27/19 02:23, Liming Gao wrote: > ShellBinPkg is generated for each edk2 stable tag release. > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Signed-off-by: Liming Gao > --- > In v2, use real URL for edk2 release > Maintainers.txt | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index f348d70df3..6b89bec55e 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -82,6 +82,14 @@ EDK II Releases: > W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning > M: Liming Gao > > +UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases: > +----------------------------------------------------------- > +W: https://github.com/tianocore/edk2/releases/ > +M: Ray Ni (Ia32/X64) > +M: Zhichao Gao (Ia32/X64) > +M: Leif Lindholm (ARM/AArch64) > +M: Ard Biesheuvel (ARM/AArch64) > + > EDK II Architectures: > --------------------- > ARM, AARCH64 > @@ -421,13 +429,6 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg > M: Ray Ni > M: Zhichao Gao > > -Maintainers for stable Shell binaries generation > -when need to publish Shell binaries with edk2 release: > -M: Ray Ni (Ia32/X64) > -M: Zhichao Gao (Ia32/X64) > -M: Leif Lindholm (ARM/AArch64) > -M: Ard Biesheuvel (ARM/AArch64) > - > SignedCapsulePkg > F: SignedCapsulePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg > Reviewed-by: Laszlo Ersek Thanks! Laszlo