public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] Update mailing list links from lists.01.org to groups.io
@ 2020-04-30 21:06 Rebecca Cran
  2020-05-04 11:48 ` [edk2-devel] " Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Rebecca Cran @ 2020-04-30 21:06 UTC (permalink / raw)
  To: devel
  Cc: Ray Ni, Laszlo Ersek, Leif Lindholm, Michael D Kinney,
	Andrew Fish, Rebecca Cran

I only updated links to the top-level mailing list, not any links to
individual messages.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
 HardFeatureFreeze.md                                          | 2 +-
 ...unkempt-git-guide-for-edk2-contributors-and-maintainers.md | 2 +-
 Member-FAQ.md                                                 | 4 ++--
 SoftFeatureFreeze.md                                          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
index dae9f664b5d9..e0334f69ed7e 100644
--- a/HardFeatureFreeze.md
+++ b/HardFeatureFreeze.md
@@ -10,7 +10,7 @@ freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
 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.
+[edk2-devel](https://edk2.groups.io/g/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/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
index 3469ef7b1845..6f85c782a710 100644
--- a/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
+++ b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
@@ -80,7 +80,7 @@ Contributor workflow
      git config notes.rewriteRef       refs/notes/commits
      git config sendemail.chainreplyto false
      git config sendemail.thread       true
-     git config sendemail.to           edk2-devel@lists.01.org
+     git config sendemail.to           devel@edk2.groups.io
      ```
 
 6.   <a name="contrib-06" href="#contrib-06">&sect;</a>
diff --git a/Member-FAQ.md b/Member-FAQ.md
index f3e5798f23ae..f277744ff6ce 100644
--- a/Member-FAQ.md
+++ b/Member-FAQ.md
@@ -7,6 +7,6 @@ TianoCore has accumulated a lot of information over the years. We keep several F
 * [[Terms and Acronyms|Acronyms and Glossary]]
 * [[EDK II Documents]]
 
-If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://lists.01.org/pipermail/edk2-devel/) for questions already asked in email. 
+If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://edk2.groups.io/g/devel) for questions already asked in email.
 
-_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
\ No newline at end of file
+_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
index 9047a73c1d69..7a0f40bbeaf4 100644
--- a/SoftFeatureFreeze.md
+++ b/SoftFeatureFreeze.md
@@ -46,7 +46,7 @@ freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
 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.
+[edk2-devel](https://edk2.groups.io/g/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.25.1



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

* Re: [edk2-devel] [PATCH 1/1] Update mailing list links from lists.01.org to groups.io
       [not found] <160AB4F99F643457.16331@groups.io>
@ 2020-04-30 21:21 ` Rebecca Cran
  0 siblings, 0 replies; 4+ messages in thread
From: Rebecca Cran @ 2020-04-30 21:21 UTC (permalink / raw)
  To: devel, rebecca
  Cc: Ray Ni, Laszlo Ersek, Leif Lindholm, Michael D Kinney,
	Andrew Fish

I just realized it’s not entirely clear from the patch that this is against the wiki repo.

Rebecca Cran
> On Apr 30, 2020, at 3:06 PM, Rebecca Cran <rebecca@bsdio.com> wrote:
> 
> I only updated links to the top-level mailing list, not any links to
> individual messages.
> 
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
> HardFeatureFreeze.md                                          | 2 +-
> ...unkempt-git-guide-for-edk2-contributors-and-maintainers.md | 2 +-
> Member-FAQ.md                                                 | 4 ++--
> SoftFeatureFreeze.md                                          | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
> index dae9f664b5d9..e0334f69ed7e 100644
> --- a/HardFeatureFreeze.md
> +++ b/HardFeatureFreeze.md
> @@ -10,7 +10,7 @@ freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
> 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.
> +[edk2-devel](https://edk2.groups.io/g/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/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> index 3469ef7b1845..6f85c782a710 100644
> --- a/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> +++ b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> @@ -80,7 +80,7 @@ Contributor workflow
>      git config notes.rewriteRef       refs/notes/commits
>      git config sendemail.chainreplyto false
>      git config sendemail.thread       true
> -     git config sendemail.to           edk2-devel@lists.01.org
> +     git config sendemail.to           devel@edk2.groups.io
>      ```
> 
> 6.   <a name="contrib-06" href="#contrib-06">&sect;</a>
> diff --git a/Member-FAQ.md b/Member-FAQ.md
> index f3e5798f23ae..f277744ff6ce 100644
> --- a/Member-FAQ.md
> +++ b/Member-FAQ.md
> @@ -7,6 +7,6 @@ TianoCore has accumulated a lot of information over the years. We keep several F
> * [[Terms and Acronyms|Acronyms and Glossary]]
> * [[EDK II Documents]]
> 
> -If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://lists.01.org/pipermail/edk2-devel/) for questions already asked in email. 
> +If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://edk2.groups.io/g/devel) for questions already asked in email.
> 
> -_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
> \ No newline at end of file
> +_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
> diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
> index 9047a73c1d69..7a0f40bbeaf4 100644
> --- a/SoftFeatureFreeze.md
> +++ b/SoftFeatureFreeze.md
> @@ -46,7 +46,7 @@ freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
> 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.
> +[edk2-devel](https://edk2.groups.io/g/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.25.1
> 
> 
> 
> 
> 



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

* Re: [edk2-devel] [PATCH 1/1] Update mailing list links from lists.01.org to groups.io
  2020-04-30 21:06 [PATCH 1/1] Update mailing list links from lists.01.org to groups.io Rebecca Cran
@ 2020-05-04 11:48 ` Philippe Mathieu-Daudé
  2020-05-05 16:34   ` Laszlo Ersek
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-04 11:48 UTC (permalink / raw)
  To: devel, rebecca
  Cc: Ray Ni, Laszlo Ersek, Leif Lindholm, Michael D Kinney,
	Andrew Fish

On 4/30/20 11:06 PM, Rebecca Cran wrote:
> I only updated links to the top-level mailing list, not any links to
> individual messages.
> 
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
>   HardFeatureFreeze.md                                          | 2 +-
>   ...unkempt-git-guide-for-edk2-contributors-and-maintainers.md | 2 +-
>   Member-FAQ.md                                                 | 4 ++--
>   SoftFeatureFreeze.md                                          | 2 +-
>   4 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
> index dae9f664b5d9..e0334f69ed7e 100644
> --- a/HardFeatureFreeze.md
> +++ b/HardFeatureFreeze.md
> @@ -10,7 +10,7 @@ freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
>   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.
> +[edk2-devel](https://edk2.groups.io/g/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/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> index 3469ef7b1845..6f85c782a710 100644
> --- a/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> +++ b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
> @@ -80,7 +80,7 @@ Contributor workflow
>        git config notes.rewriteRef       refs/notes/commits
>        git config sendemail.chainreplyto false
>        git config sendemail.thread       true
> -     git config sendemail.to           edk2-devel@lists.01.org
> +     git config sendemail.to           devel@edk2.groups.io
>        ```
>   
>   6.   <a name="contrib-06" href="#contrib-06">&sect;</a>
> diff --git a/Member-FAQ.md b/Member-FAQ.md
> index f3e5798f23ae..f277744ff6ce 100644
> --- a/Member-FAQ.md
> +++ b/Member-FAQ.md
> @@ -7,6 +7,6 @@ TianoCore has accumulated a lot of information over the years. We keep several F
>   * [[Terms and Acronyms|Acronyms and Glossary]]
>   * [[EDK II Documents]]
>   
> -If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://lists.01.org/pipermail/edk2-devel/) for questions already asked in email.
> +If you have a question and cannot find the answer, please try the [EDK II developer e-mail list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel). You can also [search the e-mail list archive](https://edk2.groups.io/g/devel) for questions already asked in email.
>   
> -_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
> \ No newline at end of file
> +_Note that e-mails prior to September 2015 are on a [sourceforge archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
> diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
> index 9047a73c1d69..7a0f40bbeaf4 100644
> --- a/SoftFeatureFreeze.md
> +++ b/SoftFeatureFreeze.md
> @@ -46,7 +46,7 @@ freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
>   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.
> +[edk2-devel](https://edk2.groups.io/g/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`.
> 

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


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

* Re: [edk2-devel] [PATCH 1/1] Update mailing list links from lists.01.org to groups.io
  2020-05-04 11:48 ` [edk2-devel] " Philippe Mathieu-Daudé
@ 2020-05-05 16:34   ` Laszlo Ersek
  0 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2020-05-05 16:34 UTC (permalink / raw)
  To: devel, philmd, rebecca
  Cc: Ray Ni, Leif Lindholm, Michael D Kinney, Andrew Fish

On 05/04/20 13:48, Philippe Mathieu-Daudé wrote:
> On 4/30/20 11:06 PM, Rebecca Cran wrote:
>> I only updated links to the top-level mailing list, not any links to
>> individual messages.
>>
>> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
>> ---
>>   HardFeatureFreeze.md                                          | 2 +-
>>   ...unkempt-git-guide-for-edk2-contributors-and-maintainers.md | 2 +-
>>   Member-FAQ.md                                                 | 4 ++--
>>   SoftFeatureFreeze.md                                          | 2 +-
>>   4 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md
>> index dae9f664b5d9..e0334f69ed7e 100644
>> --- a/HardFeatureFreeze.md
>> +++ b/HardFeatureFreeze.md
>> @@ -10,7 +10,7 @@
>> freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)).
>>   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.
>> +[edk2-devel](https://edk2.groups.io/g/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/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
>> b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
>> index 3469ef7b1845..6f85c782a710 100644
>> --- a/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
>> +++ b/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers.md
>> @@ -80,7 +80,7 @@ Contributor workflow
>>        git config notes.rewriteRef       refs/notes/commits
>>        git config sendemail.chainreplyto false
>>        git config sendemail.thread       true
>> -     git config sendemail.to           edk2-devel@lists.01.org
>> +     git config sendemail.to           devel@edk2.groups.io
>>        ```
>>     6.   <a name="contrib-06" href="#contrib-06">&sect;</a>
>> diff --git a/Member-FAQ.md b/Member-FAQ.md
>> index f3e5798f23ae..f277744ff6ce 100644
>> --- a/Member-FAQ.md
>> +++ b/Member-FAQ.md
>> @@ -7,6 +7,6 @@ TianoCore has accumulated a lot of information over
>> the years. We keep several F
>>   * [[Terms and Acronyms|Acronyms and Glossary]]
>>   * [[EDK II Documents]]
>>   -If you have a question and cannot find the answer, please try the
>> [EDK II developer e-mail
>> list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel).
>> You can also [search the e-mail list
>> archive](https://lists.01.org/pipermail/edk2-devel/) for questions
>> already asked in email.
>> +If you have a question and cannot find the answer, please try the
>> [EDK II developer e-mail
>> list](https://github.com/tianocore/tianocore.github.io/wiki/edk2-devel).
>> You can also [search the e-mail list
>> archive](https://edk2.groups.io/g/devel) for questions already asked
>> in email.
>>   -_Note that e-mails prior to September 2015 are on a [sourceforge
>> archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
>> \ No newline at end of file
>> +_Note that e-mails prior to September 2015 are on a [sourceforge
>> archive](https://sourceforge.net/p/edk2/mailman/edk2-devel/)._
>> diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md
>> index 9047a73c1d69..7a0f40bbeaf4 100644
>> --- a/SoftFeatureFreeze.md
>> +++ b/SoftFeatureFreeze.md
>> @@ -46,7 +46,7 @@
>> freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).)
>>   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.
>> +[edk2-devel](https://edk2.groups.io/g/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`.
>>
> 
> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

edk2-wiki commit ae81cb24e5ba.

Thanks!
Laszlo


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

end of thread, other threads:[~2020-05-05 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30 21:06 [PATCH 1/1] Update mailing list links from lists.01.org to groups.io Rebecca Cran
2020-05-04 11:48 ` [edk2-devel] " Philippe Mathieu-Daudé
2020-05-05 16:34   ` Laszlo Ersek
     [not found] <160AB4F99F643457.16331@groups.io>
2020-04-30 21:21 ` Rebecca Cran

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