DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] Added CI community meetings page
@ 2020-05-26 17:35 lylavoie
  2020-05-26 21:22 ` Thomas Monjalon
  2020-06-02 17:09 ` [dpdk-web] [PATCH v2] [PATCH v2] " lylavoie
  0 siblings, 2 replies; 8+ messages in thread
From: lylavoie @ 2020-05-26 17:35 UTC (permalink / raw)
  To: web; +Cc: Lincoln Lavoie

From: Lincoln Lavoie <lylavoie@iol.unh.edu>

* Added new page for meetings
* Added meeting minutes link for May 5
* Added meeting minutes link for May 19

Signed-off-by: Lincoln Lavoie <lylavoie@iol.unh.edu>
---
 content/testing/_index.md      |  2 +-
 content/testing/ci_meetings.md | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 content/testing/ci_meetings.md

diff --git a/content/testing/_index.md b/content/testing/_index.md
index 1648f45..f95ff8b 100644
--- a/content/testing/_index.md
+++ b/content/testing/_index.md
@@ -132,7 +132,7 @@ The testing infrastructure work is coordinated in three complementary forums:
 
 - [dpdk-ci mailing list](//inbox.dpdk.org/ci/)
 - [bugzilla tracker](//bugs.dpdk.org/buglist.cgi?product=lab&component=job%20scripts&component=UNH%20infra&resolution=---&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&columnlist=product%2Ccomponent%2Cpriority%2Cbug_status%2Cassigned_to%2Cshort_desc%2Cchangeddate&query_format=advanced&order=priority)
-- bi-weekly meeting
+- [bi-weekly meeting](/testing/ci_meetings)
 
 ### Known Test Frameworks and Tools
 
diff --git a/content/testing/ci_meetings.md b/content/testing/ci_meetings.md
new file mode 100644
index 0000000..91cf7da
--- /dev/null
+++ b/content/testing/ci_meetings.md
@@ -0,0 +1,20 @@
++++
+title = "Community CI Minutes"
++++
+
+## Community CI Meeting Minutes
+
+### Schedule & Joining
+Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To 
+join the calls, your company must be a gold or silver level DPDK 
+[member](//www.dpdk.org/ecosystem/#members).  Reach out on the 
+[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar 
+invite.
+
+### Minutes
+
+Meeting minutes are sent to the mailing list following each meeting. Links
+to the message in the email archieve are listed below.
+
+* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
+* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
\ No newline at end of file
-- 
2.26.2


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

* Re: [dpdk-web] [PATCH] Added CI community meetings page
  2020-05-26 17:35 [dpdk-web] [PATCH] Added CI community meetings page lylavoie
@ 2020-05-26 21:22 ` Thomas Monjalon
  2020-05-26 21:48   ` Trishan de Lanerolle
  2020-05-27 12:27   ` Lincoln Lavoie
  2020-06-02 17:09 ` [dpdk-web] [PATCH v2] [PATCH v2] " lylavoie
  1 sibling, 2 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-05-26 21:22 UTC (permalink / raw)
  To: Lincoln Lavoie, tdelanerolle; +Cc: web

Hi,

Thanks for starting a new web page for archiving CI meetings minutes.
I have few comments below.


26/05/2020 19:35, lylavoie@iol.unh.edu:
> --- /dev/null
> +++ b/content/testing/ci_meetings.md

What about "testing/meetings.md"?


> @@ -0,0 +1,20 @@
> ++++
> +title = "Community CI Minutes"
> ++++

I feel "Community" refers to "Community Lab".
Do we agree that the scope of these meetings are about the CI
of the DPDK project in general?
If so, I think "CI Meeting Minutes" would be a good header.
For the title of the page, appearing in the menu under "Testing",
I think "Meetings" would be short and good enough.

> +
> +## Community CI Meeting Minutes
> +
> +### Schedule & Joining
> +Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To 

Please prefer UTC time.

> +join the calls, your company must be a gold or silver level DPDK 
> +[member](//www.dpdk.org/ecosystem/#members).  Reach out on the 
> +[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar 
> +invite.

Trishan, do you confirm this exact rule, regarding Linux Foundation membership?

> +
> +### Minutes
> +
> +Meeting minutes are sent to the mailing list following each meeting. Links
> +to the message in the email archieve are listed below.

s/archieve/archive/

> +
> +* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
> +* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)

I propose a reverse chronological order so the most recent one is at the top.

Thanks



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

* Re: [dpdk-web] [PATCH] Added CI community meetings page
  2020-05-26 21:22 ` Thomas Monjalon
@ 2020-05-26 21:48   ` Trishan de Lanerolle
  2020-05-27 12:27   ` Lincoln Lavoie
  1 sibling, 0 replies; 8+ messages in thread
From: Trishan de Lanerolle @ 2020-05-26 21:48 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Lincoln Lavoie, dpdk-web

Hi Thomas,
Yes, the Lab participation will be open to member companies only. Putting
hardware in the lab will be prioritized for Gold members.
Trishan


On Tue, May 26, 2020 at 5:22 PM Thomas Monjalon <thomas@monjalon.net> wrote:

> Hi,
>
> Thanks for starting a new web page for archiving CI meetings minutes.
> I have few comments below.
>
>
> 26/05/2020 19:35, lylavoie@iol.unh.edu:
> > --- /dev/null
> > +++ b/content/testing/ci_meetings.md
>
> What about "testing/meetings.md"?
>
>
> > @@ -0,0 +1,20 @@
> > ++++
> > +title = "Community CI Minutes"
> > ++++
>
> I feel "Community" refers to "Community Lab".
> Do we agree that the scope of these meetings are about the CI
> of the DPDK project in general?
> If so, I think "CI Meeting Minutes" would be a good header.
> For the title of the page, appearing in the menu under "Testing",
> I think "Meetings" would be short and good enough.
>
> > +
> > +## Community CI Meeting Minutes
> > +
> > +### Schedule & Joining
> > +Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To
>
> Please prefer UTC time.
>
> > +join the calls, your company must be a gold or silver level DPDK
> > +[member](//www.dpdk.org/ecosystem/#members).  Reach out on the
> > +[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar
> > +invite.
>
> Trishan, do you confirm this exact rule, regarding Linux Foundation
> membership?
>
> > +
> > +### Minutes
> > +
> > +Meeting minutes are sent to the mailing list following each meeting.
> Links
> > +to the message in the email archieve are listed below.
>
> s/archieve/archive/
>
> > +
> > +* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
> > +* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
>
> I propose a reverse chronological order so the most recent one is at the
> top.
>
> Thanks
>
>
>

-- 
Trishan R. de Lanerolle
Technical Program Manager & Community Architect
Networking, Linux Foundation
voice: +1.203.699.6401
skype: tdelanerolle
email: tdelanerolle@linuxfoundation.org

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

* Re: [dpdk-web] [PATCH] Added CI community meetings page
  2020-05-26 21:22 ` Thomas Monjalon
  2020-05-26 21:48   ` Trishan de Lanerolle
@ 2020-05-27 12:27   ` Lincoln Lavoie
  2020-05-27 12:56     ` Thomas Monjalon
  1 sibling, 1 reply; 8+ messages in thread
From: Lincoln Lavoie @ 2020-05-27 12:27 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Trishan de Lanerolle, web

Hi Thomas, comments below.

On Tue, May 26, 2020 at 5:22 PM Thomas Monjalon <thomas@monjalon.net> wrote:

> Hi,
>
> Thanks for starting a new web page for archiving CI meetings minutes.
> I have few comments below.
>
>
> 26/05/2020 19:35, lylavoie@iol.unh.edu:
> > --- /dev/null
> > +++ b/content/testing/ci_meetings.md
>
> What about "testing/meetings.md"?
>

See next comment.

>
>
> > @@ -0,0 +1,20 @@
> > ++++
> > +title = "Community CI Minutes"
> > ++++
>
> I feel "Community" refers to "Community Lab".
> Do we agree that the scope of these meetings are about the CI
> of the DPDK project in general?
> If so, I think "CI Meeting Minutes" would be a good header.
> For the title of the page, appearing in the menu under "Testing",
> I think "Meetings" would be short and good enough.
>

I was trying to differentiate the page from the tech board meetings page,
which is called just "Minutes."  My opinion is, it's bad form to have a
bunch of pages named the same title, as their context is then taken only
from their location in the site map and not the page itself.



>
> > +
> > +## Community CI Meeting Minutes
> > +
> > +### Schedule & Joining
> > +Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To
>
> Please prefer UTC time.
>

I can make this change, but with UTC time, the meeting time will "change"
multiple times for different groups of people, in Europe and North America,
as UTC never changes for daylight savings time.  I've seen this cause
conflicts and issues over the several weeks in other groups.  If we
"anchor" to a timezone that does at least observe UTC, the meeting time
does "move" for some, but then "moves back" when their zone also changes
to/from daylight savings.


>
> > +join the calls, your company must be a gold or silver level DPDK
> > +[member](//www.dpdk.org/ecosystem/#members).  Reach out on the
> > +[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar
> > +invite.
>
> Trishan, do you confirm this exact rule, regarding Linux Foundation
> membership?
>
> > +
> > +### Minutes
> > +
> > +Meeting minutes are sent to the mailing list following each meeting.
> Links
> > +to the message in the email archieve are listed below.
>
> s/archieve/archive/
>
> > +
> > +* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
> > +* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
>
> I propose a reverse chronological order so the most recent one is at the
> top.
>

No problem, I can make this change.



>
> Thanks
>
>
>

-- 
*Lincoln Lavoie*
Senior Engineer, Broadband Technologies
21 Madbury Rd., Ste. 100, Durham, NH 03824
lylavoie@iol.unh.edu
https://www.iol.unh.edu
+1-603-674-2755 (m)
<https://www.iol.unh.edu/>

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

* Re: [dpdk-web] [PATCH] Added CI community meetings page
  2020-05-27 12:27   ` Lincoln Lavoie
@ 2020-05-27 12:56     ` Thomas Monjalon
  2020-05-27 15:29       ` Trishan de Lanerolle
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2020-05-27 12:56 UTC (permalink / raw)
  To: Lincoln Lavoie; +Cc: Trishan de Lanerolle, web

27/05/2020 14:27, Lincoln Lavoie:
> Hi Thomas, comments below.
> 
> On Tue, May 26, 2020 at 5:22 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> > Hi,
> >
> > Thanks for starting a new web page for archiving CI meetings minutes.
> > I have few comments below.
> >
> >
> > 26/05/2020 19:35, lylavoie@iol.unh.edu:
> > > --- /dev/null
> > > +++ b/content/testing/ci_meetings.md
> >
> > What about "testing/meetings.md"?
> >
> 
> See next comment.
> 
> >
> >
> > > @@ -0,0 +1,20 @@
> > > ++++
> > > +title = "Community CI Minutes"
> > > ++++
> >
> > I feel "Community" refers to "Community Lab".
> > Do we agree that the scope of these meetings are about the CI
> > of the DPDK project in general?
> > If so, I think "CI Meeting Minutes" would be a good header.
> > For the title of the page, appearing in the menu under "Testing",
> > I think "Meetings" would be short and good enough.
> >
> 
> I was trying to differentiate the page from the tech board meetings page,
> which is called just "Minutes."  My opinion is, it's bad form to have a
> bunch of pages named the same title, as their context is then taken only
> from their location in the site map and not the page itself.

The "title" appears in the menu in the context of its parent "Testing".
It also appears at the top of the page as a kind of image,
followed by the headline which can be different and longer, like "CI Meetings".


> > > +
> > > +## Community CI Meeting Minutes
> > > +
> > > +### Schedule & Joining
> > > +Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To
> >
> > Please prefer UTC time.
> >
> 
> I can make this change, but with UTC time, the meeting time will "change"
> multiple times for different groups of people, in Europe and North America,
> as UTC never changes for daylight savings time.  I've seen this cause
> conflicts and issues over the several weeks in other groups.  If we
> "anchor" to a timezone that does at least observe UTC, the meeting time
> does "move" for some, but then "moves back" when their zone also changes
> to/from daylight savings.

I don't know what is best.
In techboard we chose UTC.


> > > +join the calls, your company must be a gold or silver level DPDK
> > > +[member](//www.dpdk.org/ecosystem/#members).  Reach out on the
> > > +[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar
> > > +invite.
> >
> > Trishan, do you confirm this exact rule, regarding Linux Foundation
> > membership?
> >
> > > +
> > > +### Minutes
> > > +
> > > +Meeting minutes are sent to the mailing list following each meeting.
> > Links
> > > +to the message in the email archieve are listed below.
> >
> > s/archieve/archive/
> >
> > > +
> > > +* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
> > > +* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
> >
> > I propose a reverse chronological order so the most recent one is at the
> > top.
> >
> 
> No problem, I can make this change.




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

* Re: [dpdk-web] [PATCH] Added CI community meetings page
  2020-05-27 12:56     ` Thomas Monjalon
@ 2020-05-27 15:29       ` Trishan de Lanerolle
  0 siblings, 0 replies; 8+ messages in thread
From: Trishan de Lanerolle @ 2020-05-27 15:29 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Lincoln Lavoie, dpdk-web

Hi,
I would suggest pinning to UTC. A lot of meetings are moving to UTC
mapping. Also for DPDK, we have community members spread in US and EU.
Trishan


On Wed, May 27, 2020 at 8:56 AM Thomas Monjalon <thomas@monjalon.net> wrote:

> 27/05/2020 14:27, Lincoln Lavoie:
> > Hi Thomas, comments below.
> >
> > On Tue, May 26, 2020 at 5:22 PM Thomas Monjalon <thomas@monjalon.net>
> wrote:
> >
> > > Hi,
> > >
> > > Thanks for starting a new web page for archiving CI meetings minutes.
> > > I have few comments below.
> > >
> > >
> > > 26/05/2020 19:35, lylavoie@iol.unh.edu:
> > > > --- /dev/null
> > > > +++ b/content/testing/ci_meetings.md
> > >
> > > What about "testing/meetings.md"?
> > >
> >
> > See next comment.
> >
> > >
> > >
> > > > @@ -0,0 +1,20 @@
> > > > ++++
> > > > +title = "Community CI Minutes"
> > > > ++++
> > >
> > > I feel "Community" refers to "Community Lab".
> > > Do we agree that the scope of these meetings are about the CI
> > > of the DPDK project in general?
> > > If so, I think "CI Meeting Minutes" would be a good header.
> > > For the title of the page, appearing in the menu under "Testing",
> > > I think "Meetings" would be short and good enough.
> > >
> >
> > I was trying to differentiate the page from the tech board meetings page,
> > which is called just "Minutes."  My opinion is, it's bad form to have a
> > bunch of pages named the same title, as their context is then taken only
> > from their location in the site map and not the page itself.
>
> The "title" appears in the menu in the context of its parent "Testing".
> It also appears at the top of the page as a kind of image,
> followed by the headline which can be different and longer, like "CI
> Meetings".
>
>
> > > > +
> > > > +## Community CI Meeting Minutes
> > > > +
> > > > +### Schedule & Joining
> > > > +Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.
> To
> > >
> > > Please prefer UTC time.
> > >
> >
> > I can make this change, but with UTC time, the meeting time will "change"
> > multiple times for different groups of people, in Europe and North
> America,
> > as UTC never changes for daylight savings time.  I've seen this cause
> > conflicts and issues over the several weeks in other groups.  If we
> > "anchor" to a timezone that does at least observe UTC, the meeting time
> > does "move" for some, but then "moves back" when their zone also changes
> > to/from daylight savings.
>
> I don't know what is best.
> In techboard we chose UTC.
>
>
> > > > +join the calls, your company must be a gold or silver level DPDK
> > > > +[member](//www.dpdk.org/ecosystem/#members).  Reach out on the
> > > > +[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting
> calendar
> > > > +invite.
> > >
> > > Trishan, do you confirm this exact rule, regarding Linux Foundation
> > > membership?
> > >
> > > > +
> > > > +### Minutes
> > > > +
> > > > +Meeting minutes are sent to the mailing list following each meeting.
> > > Links
> > > > +to the message in the email archieve are listed below.
> > >
> > > s/archieve/archive/
> > >
> > > > +
> > > > +* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
> > > > +* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
> > >
> > > I propose a reverse chronological order so the most recent one is at
> the
> > > top.
> > >
> >
> > No problem, I can make this change.
>
>
>
>

-- 
Trishan R. de Lanerolle
Technical Program Manager & Community Architect
Networking, Linux Foundation
voice: +1.203.699.6401
skype: tdelanerolle
email: tdelanerolle@linuxfoundation.org

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

* [dpdk-web] [PATCH v2] [PATCH v2] Added CI community meetings page
  2020-05-26 17:35 [dpdk-web] [PATCH] Added CI community meetings page lylavoie
  2020-05-26 21:22 ` Thomas Monjalon
@ 2020-06-02 17:09 ` lylavoie
  2020-06-02 20:11   ` Thomas Monjalon
  1 sibling, 1 reply; 8+ messages in thread
From: lylavoie @ 2020-06-02 17:09 UTC (permalink / raw)
  To: web; +Cc: thomas, Lincoln Lavoie

From: Lincoln Lavoie <lylavoie@iol.unh.edu>

* Updated to UTC timezone for call
* Updated participation requirements for the call
* Cleaned up the file and page names
* Added link to June 2 minutes

Signed-off-by: Lincoln Lavoie <lylavoie@iol.unh.edu>
---
 content/testing/ci_meetings.md | 20 --------------------
 content/testing/meetings.md    | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 20 deletions(-)
 delete mode 100644 content/testing/ci_meetings.md
 create mode 100644 content/testing/meetings.md

diff --git a/content/testing/ci_meetings.md b/content/testing/ci_meetings.md
deleted file mode 100644
index 91cf7da..0000000
--- a/content/testing/ci_meetings.md
+++ /dev/null
@@ -1,20 +0,0 @@
-+++
-title = "Community CI Minutes"
-+++
-
-## Community CI Meeting Minutes
-
-### Schedule & Joining
-Calls are currently biweekly, on Tuesday, at 9am Eastern USA Time.  To 
-join the calls, your company must be a gold or silver level DPDK 
-[member](//www.dpdk.org/ecosystem/#members).  Reach out on the 
-[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar 
-invite.
-
-### Minutes
-
-Meeting minutes are sent to the mailing list following each meeting. Links
-to the message in the email archieve are listed below.
-
-* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
-* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
\ No newline at end of file
diff --git a/content/testing/meetings.md b/content/testing/meetings.md
new file mode 100644
index 0000000..1f107c4
--- /dev/null
+++ b/content/testing/meetings.md
@@ -0,0 +1,21 @@
++++
+title = "Minutes"
++++
+
+## Community CI Meetings
+
+### Schedule & Joining
+Calls are currently biweekly, on Tuesday, at [1pm UTC](//mytime.io/1pm/UTC).  
+The calls and discussions are open to all in the community.  Reach out on the 
+[ci@dpdk.org](mailto:ci@dpdk.org) to be added to the meeting calendar 
+invite.  To submit hardware into the Community CI Lab, your company must 
+be a gold or silver level DPDK [member](//www.dpdk.org/ecosystem/#members).
+
+### Minutes
+
+Meeting minutes are sent to the mailing list following each meeting. Links
+to the message in the email archive are listed below.
+
+* [2020-06-02](//mails.dpdk.org/archives/ci/2020-June/000650.html)
+* [2020-05-19](//mails.dpdk.org/archives/ci/2020-May/000643.html)
+* [2020-05-03](//mails.dpdk.org/archives/ci/2020-May/000630.html)
-- 
2.26.2


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

* Re: [dpdk-web] [PATCH v2] [PATCH v2] Added CI community meetings page
  2020-06-02 17:09 ` [dpdk-web] [PATCH v2] [PATCH v2] " lylavoie
@ 2020-06-02 20:11   ` Thomas Monjalon
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-02 20:11 UTC (permalink / raw)
  To: Lincoln Lavoie; +Cc: web, tdelanerolle, j.hendergart

02/06/2020 19:09, lylavoie@iol.unh.edu:
> From: Lincoln Lavoie <lylavoie@iol.unh.edu>
> 
> * Updated to UTC timezone for call
> * Updated participation requirements for the call
> * Cleaned up the file and page names
> * Added link to June 2 minutes
> 
> Signed-off-by: Lincoln Lavoie <lylavoie@iol.unh.edu>
> ---
>  content/testing/ci_meetings.md | 20 --------------------
>  content/testing/meetings.md    | 21 +++++++++++++++++++++

That's not really a v2 because it is on top of the v1.
I will squash them.

> +To submit hardware into the Community CI Lab, your company must 
> +be a gold or silver level DPDK [member](//www.dpdk.org/ecosystem/#members).

This is being redefined in the project charter, so I will skip it.

Rest applied (with minor formatting changes), thanks.



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

end of thread, other threads:[~2020-06-02 20:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 17:35 [dpdk-web] [PATCH] Added CI community meetings page lylavoie
2020-05-26 21:22 ` Thomas Monjalon
2020-05-26 21:48   ` Trishan de Lanerolle
2020-05-27 12:27   ` Lincoln Lavoie
2020-05-27 12:56     ` Thomas Monjalon
2020-05-27 15:29       ` Trishan de Lanerolle
2020-06-02 17:09 ` [dpdk-web] [PATCH v2] [PATCH v2] " lylavoie
2020-06-02 20:11   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).