All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] releases: update to include 3.2.3
@ 2021-04-02 22:30 Michael Halstead
  2021-04-05  1:16 ` [docs] " Anuj Mittal
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Halstead @ 2021-04-02 22:30 UTC (permalink / raw)
  To: docs; +Cc: rpurdie, nicolas.dechesne, Michael Halstead

Updating to build 3.2.3 docs and add missing 3.0.4 release line.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 documentation/poky.yaml                  | 6 +++---
 documentation/releases.rst               | 2 ++
 documentation/sphinx-static/switchers.js | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 3c30c4430..de264c963 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
-DISTRO : "3.2.2"
+DISTRO : "3.2.3"
 DISTRO_NAME_NO_CAP : "gatesgarth"
 DISTRO_NAME : "Gatesgarth"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
 DISTRO_NAME_NO_CAP_LTS : "dunfell"
-YOCTO_DOC_VERSION : "3.2.2"
+YOCTO_DOC_VERSION : "3.2.3"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
 DISTRO_REL_TAG : "yocto-3.2.2"
-POKYVERSION : "24.0.2"
+POKYVERSION : "24.0.3"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index c4865253f..6a65b9fb3 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -11,6 +11,7 @@
 - :yocto_docs:`3.2 Documentation </3.2>`
 - :yocto_docs:`3.2.1 Documentation </3.2.1>`
 - :yocto_docs:`3.2.2 Documentation </3.2.2>`
+- :yocto_docs:`3.2.3 Documentation </3.2.3>`
 
 ****************************
 3.1 'dunfell' Release Series
@@ -36,6 +37,7 @@
 - :yocto_docs:`3.0.1 Documentation </3.0.1>`
 - :yocto_docs:`3.0.2 Documentation </3.0.2>`
 - :yocto_docs:`3.0.3 Documentation </3.0.3>`
+- :yocto_docs:`3.0.4 Documentation </3.0.4>`
 
 ****************************
 2.7 'warrior' Release Series
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index a7c348a7b..7a4edc9e7 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@
 
   var all_versions = {
     'dev': 'dev (3.3)',
-    '3.2.2': '3.2.2',
+    '3.2.3': '3.2.3',
     '3.1.6': '3.1.6',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
-- 
2.30.2


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

* Re: [docs] [PATCH] releases: update to include 3.2.3
  2021-04-02 22:30 [PATCH] releases: update to include 3.2.3 Michael Halstead
@ 2021-04-05  1:16 ` Anuj Mittal
  2021-04-06 14:06   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Anuj Mittal @ 2021-04-05  1:16 UTC (permalink / raw)
  To: docs, mhalstead; +Cc: rpurdie, nicolas.dechesne

Hi Michael,

On Fri, 2021-04-02 at 15:30 -0700, Michael Halstead wrote:
> Updating to build 3.2.3 docs and add missing 3.0.4 release line.
> 
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  documentation/poky.yaml                  | 6 +++---
>  documentation/releases.rst               | 2 ++
>  documentation/sphinx-static/switchers.js | 2 +-
>  3 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index 3c30c4430..de264c963 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -1,12 +1,12 @@
> -DISTRO : "3.2.2"
> +DISTRO : "3.2.3"
>  DISTRO_NAME_NO_CAP : "gatesgarth"
>  DISTRO_NAME : "Gatesgarth"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
>  DISTRO_NAME_NO_CAP_LTS : "dunfell"
> -YOCTO_DOC_VERSION : "3.2.2"
> +YOCTO_DOC_VERSION : "3.2.3"
>  YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
>  DISTRO_REL_TAG : "yocto-3.2.2"

Should this be yocto-3.2.3?

Thanks,

Anuj

> -POKYVERSION : "24.0.2"
> +POKYVERSION : "24.0.3"
>  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
>  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
>  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> diff --git a/documentation/releases.rst b/documentation/releases.rst
> index c4865253f..6a65b9fb3 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -11,6 +11,7 @@
>  - :yocto_docs:`3.2 Documentation </3.2>`
>  - :yocto_docs:`3.2.1 Documentation </3.2.1>`
>  - :yocto_docs:`3.2.2 Documentation </3.2.2>`
> +- :yocto_docs:`3.2.3 Documentation </3.2.3>`
>  
>  ****************************
>  3.1 'dunfell' Release Series
> @@ -36,6 +37,7 @@
>  - :yocto_docs:`3.0.1 Documentation </3.0.1>`
>  - :yocto_docs:`3.0.2 Documentation </3.0.2>`
>  - :yocto_docs:`3.0.3 Documentation </3.0.3>`
> +- :yocto_docs:`3.0.4 Documentation </3.0.4>`
>  
>  ****************************
>  2.7 'warrior' Release Series
> diff --git a/documentation/sphinx-static/switchers.js
> b/documentation/sphinx-static/switchers.js
> index a7c348a7b..7a4edc9e7 100644
> --- a/documentation/sphinx-static/switchers.js
> +++ b/documentation/sphinx-static/switchers.js
> @@ -3,7 +3,7 @@
>  
>    var all_versions = {
>      'dev': 'dev (3.3)',
> -    '3.2.2': '3.2.2',
> +    '3.2.3': '3.2.3',
>      '3.1.6': '3.1.6',
>      '3.0.4': '3.0.4',
>      '2.7.4': '2.7.4',
> 
> 
> 


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

* Re: [docs] [PATCH] releases: update to include 3.2.3
  2021-04-05  1:16 ` [docs] " Anuj Mittal
@ 2021-04-06 14:06   ` Richard Purdie
  2021-04-06 17:58     ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2021-04-06 14:06 UTC (permalink / raw)
  To: Mittal, Anuj, docs, mhalstead; +Cc: rpurdie, nicolas.dechesne

On Mon, 2021-04-05 at 01:16 +0000, Mittal, Anuj wrote:
> Hi Michael,
> 
> On Fri, 2021-04-02 at 15:30 -0700, Michael Halstead wrote:
> > Updating to build 3.2.3 docs and add missing 3.0.4 release line.
> > 
> > Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> > ---
> >  documentation/poky.yaml                  | 6 +++---
> >  documentation/releases.rst               | 2 ++
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  3 files changed, 6 insertions(+), 4 deletions(-)
> > 
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index 3c30c4430..de264c963 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,12 +1,12 @@
> > -DISTRO : "3.2.2"
> > +DISTRO : "3.2.3"
> >  DISTRO_NAME_NO_CAP : "gatesgarth"
> >  DISTRO_NAME : "Gatesgarth"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
> >  DISTRO_NAME_NO_CAP_LTS : "dunfell"
> > -YOCTO_DOC_VERSION : "3.2.2"
> > +YOCTO_DOC_VERSION : "3.2.3"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
> >  DISTRO_REL_TAG : "yocto-3.2.2"
> 
> Should this be yocto-3.2.3?

I think it should, well spotted. I've queued a patch for that, thanks.

Richard


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

* Re: [docs] [PATCH] releases: update to include 3.2.3
  2021-04-06 14:06   ` Richard Purdie
@ 2021-04-06 17:58     ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-04-06 17:58 UTC (permalink / raw)
  To: Richard Purdie, Mittal, Anuj, docs, mhalstead; +Cc: rpurdie, nicolas.dechesne

Hi Richard,

On 4/6/21 4:06 PM, Richard Purdie wrote:
> On Mon, 2021-04-05 at 01:16 +0000, Mittal, Anuj wrote:
>> Hi Michael,
>>
>> On Fri, 2021-04-02 at 15:30 -0700, Michael Halstead wrote:
>>> Updating to build 3.2.3 docs and add missing 3.0.4 release line.
>>>
>>> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
>>> ---
>>>  documentation/poky.yaml                  | 6 +++---
>>>  documentation/releases.rst               | 2 ++
>>>  documentation/sphinx-static/switchers.js | 2 +-
>>>  3 files changed, 6 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
>>> index 3c30c4430..de264c963 100644
>>> --- a/documentation/poky.yaml
>>> +++ b/documentation/poky.yaml
>>> @@ -1,12 +1,12 @@
>>> -DISTRO : "3.2.2"
>>> +DISTRO : "3.2.3"
>>>  DISTRO_NAME_NO_CAP : "gatesgarth"
>>>  DISTRO_NAME : "Gatesgarth"
>>>  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
>>>  DISTRO_NAME_NO_CAP_LTS : "dunfell"
>>> -YOCTO_DOC_VERSION : "3.2.2"
>>> +YOCTO_DOC_VERSION : "3.2.3"
>>>  YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
>>>  DISTRO_REL_TAG : "yocto-3.2.2"
>> Should this be yocto-3.2.3?
> I think it should, well spotted. I've queued a patch for that, thanks.


Thanks. I already had a patch prepared, but you were faster than I was.

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2021-04-06 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02 22:30 [PATCH] releases: update to include 3.2.3 Michael Halstead
2021-04-05  1:16 ` [docs] " Anuj Mittal
2021-04-06 14:06   ` Richard Purdie
2021-04-06 17:58     ` Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.