All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release
       [not found] <cover.1639408799.git.steve@sakoman.com>
@ 2021-12-13 15:24 ` Steve Sakoman
  2021-12-13 15:58   ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Sakoman @ 2021-12-13 15:24 UTC (permalink / raw)
  To: docs

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/conf.py                    | 2 +-
 documentation/poky.yaml                  | 8 ++++----
 documentation/releases.rst               | 1 +
 documentation/sphinx-static/switchers.js | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index 0790b50a7..0d61afc9d 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
 import sys
 import datetime
 
-current_version = "3.1.12"
+current_version = "3.1.13"
 bitbake_version = "1.46"
 
 # String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index af041e373..ec0ecadb1 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
-DISTRO : "3.1.12"
+DISTRO : "3.1.13"
 DISTRO_NAME_NO_CAP : "dunfell"
 DISTRO_NAME : "Dunfell"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.12"
+YOCTO_DOC_VERSION : "3.1.13"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
-DISTRO_REL_TAG : "yocto-3.1.12"
-POKYVERSION : "23.0.12"
+DISTRO_REL_TAG : "yocto-3.1.13"
+POKYVERSION : "23.0.13"
 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 3e27406ea..50803e383 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -21,6 +21,7 @@
 - :yocto_docs:`3.1.10 Documentation </3.1.10>`
 - :yocto_docs:`3.1.11 Documentation </3.1.11>`
 - :yocto_docs:`3.1.12 Documentation </3.1.12>`
+- :yocto_docs:`3.1.13 Documentation </3.1.13>`
 
 ==========================
  Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 87160d8ba..65e4d261f 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.1.12': '3.1.12',
+    '3.1.13': '3.1.13',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
   };
-- 
2.25.1



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

* Re: [docs] [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release
  2021-12-13 15:24 ` [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release Steve Sakoman
@ 2021-12-13 15:58   ` Michael Opdenacker
  2021-12-13 16:32     ` Steve Sakoman
  2021-12-14 17:04     ` Steve Sakoman
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-12-13 15:58 UTC (permalink / raw)
  To: Steve Sakoman, docs

Hi Steve,

On 12/13/21 4:24 PM, Steve Sakoman wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  documentation/conf.py                    | 2 +-
>  documentation/poky.yaml                  | 8 ++++----
>  documentation/releases.rst               | 1 +
>  documentation/sphinx-static/switchers.js | 2 +-
>  4 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/documentation/conf.py b/documentation/conf.py
> index 0790b50a7..0d61afc9d 100644
> --- a/documentation/conf.py
> +++ b/documentation/conf.py
> @@ -16,7 +16,7 @@ import os
>  import sys
>  import datetime
>  
> -current_version = "3.1.12"
> +current_version = "3.1.13"
>  bitbake_version = "1.46"
>  
>  # String used in sidebar
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index af041e373..ec0ecadb1 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -1,11 +1,11 @@
> -DISTRO : "3.1.12"
> +DISTRO : "3.1.13"
>  DISTRO_NAME_NO_CAP : "dunfell"
>  DISTRO_NAME : "Dunfell"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> -YOCTO_DOC_VERSION : "3.1.12"
> +YOCTO_DOC_VERSION : "3.1.13"
>  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> -DISTRO_REL_TAG : "yocto-3.1.12"
> -POKYVERSION : "23.0.12"
> +DISTRO_REL_TAG : "yocto-3.1.13"
> +POKYVERSION : "23.0.13"
>  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 3e27406ea..50803e383 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -21,6 +21,7 @@
>  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
>  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
>  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
>  
>  ==========================
>   Previous Release Manuals
> diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> index 87160d8ba..65e4d261f 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.1.12': '3.1.12',
> +    '3.1.13': '3.1.13',
>      '3.0.4': '3.0.4',
>      '2.7.4': '2.7.4',
>    };


Many thanks for this update.
I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
3.4.1 release was prepared for. If we apply this change too early,
before a new released is tagged, we end up with a link to a
documentation version that is not generated yet.

I'll take care of changing the commit subject to "documentation: update
for 3.1.13 release".
Thanks again
Michael.

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



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

* Re: [docs] [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release
  2021-12-13 15:58   ` [docs] " Michael Opdenacker
@ 2021-12-13 16:32     ` Steve Sakoman
  2021-12-14 17:04     ` Steve Sakoman
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2021-12-13 16:32 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: docs

On Mon, Dec 13, 2021 at 5:58 AM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
> Hi Steve,
>
> On 12/13/21 4:24 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py                    | 2 +-
> >  documentation/poky.yaml                  | 8 ++++----
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  4 files changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/documentation/conf.py b/documentation/conf.py
> > index 0790b50a7..0d61afc9d 100644
> > --- a/documentation/conf.py
> > +++ b/documentation/conf.py
> > @@ -16,7 +16,7 @@ import os
> >  import sys
> >  import datetime
> >
> > -current_version = "3.1.12"
> > +current_version = "3.1.13"
> >  bitbake_version = "1.46"
> >
> >  # String used in sidebar
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index af041e373..ec0ecadb1 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,11 +1,11 @@
> > -DISTRO : "3.1.12"
> > +DISTRO : "3.1.13"
> >  DISTRO_NAME_NO_CAP : "dunfell"
> >  DISTRO_NAME : "Dunfell"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> > -YOCTO_DOC_VERSION : "3.1.12"
> > +YOCTO_DOC_VERSION : "3.1.13"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> > -DISTRO_REL_TAG : "yocto-3.1.12"
> > -POKYVERSION : "23.0.12"
> > +DISTRO_REL_TAG : "yocto-3.1.13"
> > +POKYVERSION : "23.0.13"
> >  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 3e27406ea..50803e383 100644
> > --- a/documentation/releases.rst
> > +++ b/documentation/releases.rst
> > @@ -21,6 +21,7 @@
> >  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
> >  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
> >  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> > +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
> >
> >  ==========================
> >   Previous Release Manuals
> > diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> > index 87160d8ba..65e4d261f 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.1.12': '3.1.12',
> > +    '3.1.13': '3.1.13',
> >      '3.0.4': '3.0.4',
> >      '2.7.4': '2.7.4',
> >    };
>
>
> Many thanks for this update.
> I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
> 3.4.1 release was prepared for. If we apply this change too early,
> before a new released is tagged, we end up with a link to a
> documentation version that is not generated yet.
>
> I'll take care of changing the commit subject to "documentation: update
> for 3.1.13 release".

Thanks Michael, I'll make sure to use that wording for the 3.1.14 release!

Steve


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

* Re: [docs] [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release
  2021-12-13 15:58   ` [docs] " Michael Opdenacker
  2021-12-13 16:32     ` Steve Sakoman
@ 2021-12-14 17:04     ` Steve Sakoman
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2021-12-14 17:04 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: docs, Richard Purdie

On Mon, Dec 13, 2021 at 5:58 AM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
> Hi Steve,
>
> On 12/13/21 4:24 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py                    | 2 +-
> >  documentation/poky.yaml                  | 8 ++++----
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  4 files changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/documentation/conf.py b/documentation/conf.py
> > index 0790b50a7..0d61afc9d 100644
> > --- a/documentation/conf.py
> > +++ b/documentation/conf.py
> > @@ -16,7 +16,7 @@ import os
> >  import sys
> >  import datetime
> >
> > -current_version = "3.1.12"
> > +current_version = "3.1.13"
> >  bitbake_version = "1.46"
> >
> >  # String used in sidebar
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index af041e373..ec0ecadb1 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,11 +1,11 @@
> > -DISTRO : "3.1.12"
> > +DISTRO : "3.1.13"
> >  DISTRO_NAME_NO_CAP : "dunfell"
> >  DISTRO_NAME : "Dunfell"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> > -YOCTO_DOC_VERSION : "3.1.12"
> > +YOCTO_DOC_VERSION : "3.1.13"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> > -DISTRO_REL_TAG : "yocto-3.1.12"
> > -POKYVERSION : "23.0.12"
> > +DISTRO_REL_TAG : "yocto-3.1.13"
> > +POKYVERSION : "23.0.13"
> >  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 3e27406ea..50803e383 100644
> > --- a/documentation/releases.rst
> > +++ b/documentation/releases.rst
> > @@ -21,6 +21,7 @@
> >  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
> >  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
> >  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> > +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
> >
> >  ==========================
> >   Previous Release Manuals
> > diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> > index 87160d8ba..65e4d261f 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.1.12': '3.1.12',
> > +    '3.1.13': '3.1.13',
> >      '3.0.4': '3.0.4',
> >      '2.7.4': '2.7.4',
> >    };
>
>
> Many thanks for this update.
> I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
> 3.4.1 release was prepared for. If we apply this change too early,
> before a new released is tagged, we end up with a link to a
> documentation version that is not generated yet.

We'll be building 3.1.13 sometime in the next few days so we can get
it in before the autobuilder goes down next week for upgrades.

So we should take that into account, since the autobuilder may be down
when we release 3.1.13!

Steve


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1639408799.git.steve@sakoman.com>
2021-12-13 15:24 ` [yocto-docs][dunfell 1/1] documentation: prepare for 3.1.13 release Steve Sakoman
2021-12-13 15:58   ` [docs] " Michael Opdenacker
2021-12-13 16:32     ` Steve Sakoman
2021-12-14 17:04     ` Steve Sakoman

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.