public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-wiki PATCH v2] release planning: announce the soft and hard feature freezes
@ 2018-11-13 15:29 Laszlo Ersek
  2018-11-14  0:06 ` Gao, Liming
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2018-11-13 15:29 UTC (permalink / raw)
  To: edk2-devel
  Cc: Andrew Fish, Brian Richardson, Leif Lindholm, Liming Gao,
	Michael Kinney, Stephano Cetola

Add a paragraph to each of the SoftFeatureFreeze and HardFeatureFreeze
articles about the respective announcements on edk2-devel.

Cc: Andrew Fish <afish@apple.com>
Cc: Brian Richardson <brian.richardson@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Stephano Cetola <stephano.cetola@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---

Notes:
    v2:
    - with Liming's edk2 commit da2c81ee96eb ("Maintainers.txt: Update EDK
      II Releases to EDK-II-Release-Planning wiki", 2018-11-12) up-stream,
      identify the announcer via "Maintainers.txt" [Mike]
    
    v1:
    - Check out the rendered pages in my clone of the wiki:
      - https://github.com/lersek/edk2/wiki/SoftFeatureFreeze
      - https://github.com/lersek/edk2/wiki/HardFeatureFreeze

 HardFeatureFreeze.md | 10 ++++++++++
 SoftFeatureFreeze.md | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
index 01288dd03f71..dae9f664b5d9 100644
--- a/HardFeatureFreeze.md
+++ b/HardFeatureFreeze.md
@@ -4,3 +4,13 @@ tag](EDK-II#stable-tags).
 
 (This definition is modeled after QEMU's [hard feature
 freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
+
+# Announcing the hard feature freeze
+
+The proposed schedule for the active development cycle is shown in the [EDK II
+Release Planning](EDK-II-Release-Planning) article. Shortly before the hard
+feature freeze, an announcement email is sent to the
+[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
+The announcement is posted by one of the maintainers that are listed in
+[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintainers.txt),
+in section `EDK II Releases`.
diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
index 9dc7d9c19369..9047a73c1d69 100644
--- a/SoftFeatureFreeze.md
+++ b/SoftFeatureFreeze.md
@@ -40,3 +40,13 @@ communicate with the maintainer about their intentions. It also helps if you:
 
 (This definition is modeled after QEMU's [soft feature
 freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
+
+# Announcing the soft feature freeze
+
+The proposed schedule for the active development cycle is shown in the [EDK II
+Release Planning](EDK-II-Release-Planning) article. Shortly before the soft
+feature freeze, an announcement email is sent to the
+[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
+The announcement is posted by one of the maintainers that are listed in
+[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintainers.txt),
+in section `EDK II Releases`.
-- 
2.19.1.3.g30247aa5d201



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

* Re: [edk2-wiki PATCH v2] release planning: announce the soft and hard feature freezes
  2018-11-13 15:29 [edk2-wiki PATCH v2] release planning: announce the soft and hard feature freezes Laszlo Ersek
@ 2018-11-14  0:06 ` Gao, Liming
  2018-11-19 21:30   ` Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: Gao, Liming @ 2018-11-14  0:06 UTC (permalink / raw)
  To: Laszlo Ersek, edk2-devel@lists.01.org
  Cc: Cetola, Stephano, Richardson, Brian, Kinney, Michael D

Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
>Laszlo Ersek
>Sent: Tuesday, November 13, 2018 11:30 PM
>To: edk2-devel@lists.01.org
>Cc: Cetola, Stephano <stephano.cetola@intel.com>; Richardson, Brian
><brian.richardson@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney,
>Michael D <michael.d.kinney@intel.com>
>Subject: [edk2] [edk2-wiki PATCH v2] release planning: announce the soft and
>hard feature freezes
>
>Add a paragraph to each of the SoftFeatureFreeze and HardFeatureFreeze
>articles about the respective announcements on edk2-devel.
>
>Cc: Andrew Fish <afish@apple.com>
>Cc: Brian Richardson <brian.richardson@intel.com>
>Cc: Leif Lindholm <leif.lindholm@linaro.org>
>Cc: Liming Gao <liming.gao@intel.com>
>Cc: Michael Kinney <michael.d.kinney@intel.com>
>Cc: Stephano Cetola <stephano.cetola@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Laszlo Ersek <lersek@redhat.com>
>---
>
>Notes:
>    v2:
>    - with Liming's edk2 commit da2c81ee96eb ("Maintainers.txt: Update EDK
>      II Releases to EDK-II-Release-Planning wiki", 2018-11-12) up-stream,
>      identify the announcer via "Maintainers.txt" [Mike]
>
>    v1:
>    - Check out the rendered pages in my clone of the wiki:
>      - https://github.com/lersek/edk2/wiki/SoftFeatureFreeze
>      - https://github.com/lersek/edk2/wiki/HardFeatureFreeze
>
> HardFeatureFreeze.md | 10 ++++++++++
> SoftFeatureFreeze.md | 10 ++++++++++
> 2 files changed, 20 insertions(+)
>
>diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
>index 01288dd03f71..dae9f664b5d9 100644
>--- a/HardFeatureFreeze.md
>+++ b/HardFeatureFreeze.md
>@@ -4,3 +4,13 @@ tag](EDK-II#stable-tags).
>
> (This definition is modeled after QEMU's [hard feature
> freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
>+
>+# Announcing the hard feature freeze
>+
>+The proposed schedule for the active development cycle is shown in the
>[EDK II
>+Release Planning](EDK-II-Release-Planning) article. Shortly before the hard
>+feature freeze, an announcement email is sent to the
>+[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
>+The announcement is posted by one of the maintainers that are listed in
>+[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintain
>ers.txt),
>+in section `EDK II Releases`.
>diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
>index 9dc7d9c19369..9047a73c1d69 100644
>--- a/SoftFeatureFreeze.md
>+++ b/SoftFeatureFreeze.md
>@@ -40,3 +40,13 @@ communicate with the maintainer about their intentions.
>It also helps if you:
>
> (This definition is modeled after QEMU's [soft feature
> freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
>+
>+# Announcing the soft feature freeze
>+
>+The proposed schedule for the active development cycle is shown in the
>[EDK II
>+Release Planning](EDK-II-Release-Planning) article. Shortly before the soft
>+feature freeze, an announcement email is sent to the
>+[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
>+The announcement is posted by one of the maintainers that are listed in
>+[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintain
>ers.txt),
>+in section `EDK II Releases`.
>--
>2.19.1.3.g30247aa5d201
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel


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

* Re: [edk2-wiki PATCH v2] release planning: announce the soft and hard feature freezes
  2018-11-14  0:06 ` Gao, Liming
@ 2018-11-19 21:30   ` Laszlo Ersek
  0 siblings, 0 replies; 3+ messages in thread
From: Laszlo Ersek @ 2018-11-19 21:30 UTC (permalink / raw)
  To: Gao, Liming, edk2-devel@lists.01.org
  Cc: Kinney, Michael D, Richardson, Brian, Cetola, Stephano

On 11/14/18 01:06, Gao, Liming wrote:
> Reviewed-by: Liming Gao <liming.gao@intel.com>

Thank you, pushed as commit 8e311ba71992.

Laszlo

>> -----Original Message-----
>> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
>> Laszlo Ersek
>> Sent: Tuesday, November 13, 2018 11:30 PM
>> To: edk2-devel@lists.01.org
>> Cc: Cetola, Stephano <stephano.cetola@intel.com>; Richardson, Brian
>> <brian.richardson@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney,
>> Michael D <michael.d.kinney@intel.com>
>> Subject: [edk2] [edk2-wiki PATCH v2] release planning: announce the soft and
>> hard feature freezes
>>
>> Add a paragraph to each of the SoftFeatureFreeze and HardFeatureFreeze
>> articles about the respective announcements on edk2-devel.
>>
>> Cc: Andrew Fish <afish@apple.com>
>> Cc: Brian Richardson <brian.richardson@intel.com>
>> Cc: Leif Lindholm <leif.lindholm@linaro.org>
>> Cc: Liming Gao <liming.gao@intel.com>
>> Cc: Michael Kinney <michael.d.kinney@intel.com>
>> Cc: Stephano Cetola <stephano.cetola@intel.com>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
>> ---
>>
>> Notes:
>>    v2:
>>    - with Liming's edk2 commit da2c81ee96eb ("Maintainers.txt: Update EDK
>>      II Releases to EDK-II-Release-Planning wiki", 2018-11-12) up-stream,
>>      identify the announcer via "Maintainers.txt" [Mike]
>>
>>    v1:
>>    - Check out the rendered pages in my clone of the wiki:
>>      - https://github.com/lersek/edk2/wiki/SoftFeatureFreeze
>>      - https://github.com/lersek/edk2/wiki/HardFeatureFreeze
>>
>> HardFeatureFreeze.md | 10 ++++++++++
>> SoftFeatureFreeze.md | 10 ++++++++++
>> 2 files changed, 20 insertions(+)
>>
>> diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
>> index 01288dd03f71..dae9f664b5d9 100644
>> --- a/HardFeatureFreeze.md
>> +++ b/HardFeatureFreeze.md
>> @@ -4,3 +4,13 @@ tag](EDK-II#stable-tags).
>>
>> (This definition is modeled after QEMU's [hard feature
>> freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
>> +
>> +# Announcing the hard feature freeze
>> +
>> +The proposed schedule for the active development cycle is shown in the
>> [EDK II
>> +Release Planning](EDK-II-Release-Planning) article. Shortly before the hard
>> +feature freeze, an announcement email is sent to the
>> +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
>> +The announcement is posted by one of the maintainers that are listed in
>> +[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintain
>> ers.txt),
>> +in section `EDK II Releases`.
>> diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
>> index 9dc7d9c19369..9047a73c1d69 100644
>> --- a/SoftFeatureFreeze.md
>> +++ b/SoftFeatureFreeze.md
>> @@ -40,3 +40,13 @@ communicate with the maintainer about their intentions.
>> It also helps if you:
>>
>> (This definition is modeled after QEMU's [soft feature
>> freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
>> +
>> +# Announcing the soft feature freeze
>> +
>> +The proposed schedule for the active development cycle is shown in the
>> [EDK II
>> +Release Planning](EDK-II-Release-Planning) article. Shortly before the soft
>> +feature freeze, an announcement email is sent to the
>> +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list.
>> +The announcement is posted by one of the maintainers that are listed in
>> +[Maintainers.txt](https://github.com/tianocore/edk2/blob/master/Maintain
>> ers.txt),
>> +in section `EDK II Releases`.
>> --
>> 2.19.1.3.g30247aa5d201
>>
>> _______________________________________________
>> edk2-devel mailing list
>> edk2-devel@lists.01.org
>> https://lists.01.org/mailman/listinfo/edk2-devel
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> 



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

end of thread, other threads:[~2018-11-19 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 15:29 [edk2-wiki PATCH v2] release planning: announce the soft and hard feature freezes Laszlo Ersek
2018-11-14  0:06 ` Gao, Liming
2018-11-19 21:30   ` Laszlo Ersek

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