All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
@ 2020-12-02 22:04 Michael Halstead
  2020-12-02 22:38 ` Nicolas Dechesne
  2020-12-03 21:40 ` [docs] " akuster
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Halstead @ 2020-12-02 22:04 UTC (permalink / raw)
  To: docs; +Cc: rpurdie, nicolas.dechesne, Michael Halstead

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

diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 57da0a7c2..c1340c25e 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
 DISTRO_NAME_NO_CAP_LTS : "dunfell"
 YOCTO_DOC_VERSION : "3.2"
-YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
+YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
 DISTRO_REL_TAG : "yocto-3.2"
 POKYVERSION : "24.0.0"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 9992f97d5..85b31b64d 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -12,6 +12,7 @@
 - :yocto_docs:`3.1.1 Documentation </3.1.1>`
 - :yocto_docs:`3.1.2 Documentation </3.1.2>`
 - :yocto_docs:`3.1.3 Documentation </3.1.3>`
+- :yocto_docs:`3.1.4 Documentation </3.1.4>`
 
 ==========================
  Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index fe9841b10..fc901d329 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -4,7 +4,7 @@
   var all_versions = {
     'dev': 'dev (3.3)',
     '3.2': '3.2',
-    '3.1.3': '3.1.3',
+    '3.1.4': '3.1.4',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
   };
-- 
2.28.0


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

* Re: [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-02 22:04 [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4 Michael Halstead
@ 2020-12-02 22:38 ` Nicolas Dechesne
  2020-12-02 23:20   ` Michael Halstead
  2020-12-03 21:40 ` [docs] " akuster
  1 sibling, 1 reply; 8+ messages in thread
From: Nicolas Dechesne @ 2020-12-02 22:38 UTC (permalink / raw)
  To: Michael Halstead; +Cc: YP docs mailing list, rpurdie

On Wed, Dec 2, 2020 at 11:07 PM Michael Halstead
<mhalstead@linuxfoundation.org> wrote:
>
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  documentation/poky.yaml                  | 2 +-
>  documentation/releases.rst               | 1 +
>  documentation/sphinx-static/switchers.js | 2 +-
>  3 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index 57da0a7c2..c1340c25e 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
>  DISTRO_NAME_NO_CAP_LTS : "dunfell"
>  YOCTO_DOC_VERSION : "3.2"
> -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
> +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
>  DISTRO_REL_TAG : "yocto-3.2"
>  POKYVERSION : "24.0.0"
>  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> diff --git a/documentation/releases.rst b/documentation/releases.rst
> index 9992f97d5..85b31b64d 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -12,6 +12,7 @@
>  - :yocto_docs:`3.1.1 Documentation </3.1.1>`
>  - :yocto_docs:`3.1.2 Documentation </3.1.2>`
>  - :yocto_docs:`3.1.3 Documentation </3.1.3>`
> +- :yocto_docs:`3.1.4 Documentation </3.1.4>`

The patch looks good, however, but http://docs.yoctoproject.org/3.1.4
currently does not exist. When are you planning to deploy the docs for
3.1.4?

>
>  ==========================
>   Previous Release Manuals
> diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> index fe9841b10..fc901d329 100644
> --- a/documentation/sphinx-static/switchers.js
> +++ b/documentation/sphinx-static/switchers.js
> @@ -4,7 +4,7 @@
>    var all_versions = {
>      'dev': 'dev (3.3)',
>      '3.2': '3.2',
> -    '3.1.3': '3.1.3',
> +    '3.1.4': '3.1.4',
>      '3.0.4': '3.0.4',
>      '2.7.4': '2.7.4',
>    };
> --
> 2.28.0
>

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

* Re: [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-02 22:38 ` Nicolas Dechesne
@ 2020-12-02 23:20   ` Michael Halstead
  2020-12-03  7:05     ` Nicolas Dechesne
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Halstead @ 2020-12-02 23:20 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: YP docs mailing list, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 2380 bytes --]

I just updated the transition branch and re-ran the docs build. It looks
good to me now.

On Wed, Dec 2, 2020 at 2:38 PM Nicolas Dechesne <nicolas.dechesne@linaro.org>
wrote:

> On Wed, Dec 2, 2020 at 11:07 PM Michael Halstead
> <mhalstead@linuxfoundation.org> wrote:
> >
> > Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> > ---
> >  documentation/poky.yaml                  | 2 +-
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  3 files changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index 57da0a7c2..c1340c25e 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
> >  DISTRO_NAME_NO_CAP_LTS : "dunfell"
> >  YOCTO_DOC_VERSION : "3.2"
> > -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
> > +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
> >  DISTRO_REL_TAG : "yocto-3.2"
> >  POKYVERSION : "24.0.0"
> >  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> > diff --git a/documentation/releases.rst b/documentation/releases.rst
> > index 9992f97d5..85b31b64d 100644
> > --- a/documentation/releases.rst
> > +++ b/documentation/releases.rst
> > @@ -12,6 +12,7 @@
> >  - :yocto_docs:`3.1.1 Documentation </3.1.1>`
> >  - :yocto_docs:`3.1.2 Documentation </3.1.2>`
> >  - :yocto_docs:`3.1.3 Documentation </3.1.3>`
> > +- :yocto_docs:`3.1.4 Documentation </3.1.4>`
>
> The patch looks good, however, but http://docs.yoctoproject.org/3.1.4
> currently does not exist. When are you planning to deploy the docs for
> 3.1.4?
>
> >
> >  ==========================
> >   Previous Release Manuals
> > diff --git a/documentation/sphinx-static/switchers.js
> b/documentation/sphinx-static/switchers.js
> > index fe9841b10..fc901d329 100644
> > --- a/documentation/sphinx-static/switchers.js
> > +++ b/documentation/sphinx-static/switchers.js
> > @@ -4,7 +4,7 @@
> >    var all_versions = {
> >      'dev': 'dev (3.3)',
> >      '3.2': '3.2',
> > -    '3.1.3': '3.1.3',
> > +    '3.1.4': '3.1.4',
> >      '3.0.4': '3.0.4',
> >      '2.7.4': '2.7.4',
> >    };
> > --
> > 2.28.0
> >
>


-- 
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer

[-- Attachment #2: Type: text/html, Size: 3526 bytes --]

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

* Re: [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-02 23:20   ` Michael Halstead
@ 2020-12-03  7:05     ` Nicolas Dechesne
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Dechesne @ 2020-12-03  7:05 UTC (permalink / raw)
  To: Michael Halstead; +Cc: YP docs mailing list, Richard Purdie

On Thu, Dec 3, 2020 at 12:20 AM Michael Halstead
<mhalstead@linuxfoundation.org> wrote:
>
> I just updated the transition branch and re-ran the docs build. It looks good to me now.

Right. Looks good to me as well!
thanks!

>
> On Wed, Dec 2, 2020 at 2:38 PM Nicolas Dechesne <nicolas.dechesne@linaro.org> wrote:
>>
>> On Wed, Dec 2, 2020 at 11:07 PM Michael Halstead
>> <mhalstead@linuxfoundation.org> wrote:
>> >
>> > Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
>> > ---
>> >  documentation/poky.yaml                  | 2 +-
>> >  documentation/releases.rst               | 1 +
>> >  documentation/sphinx-static/switchers.js | 2 +-
>> >  3 files changed, 3 insertions(+), 2 deletions(-)
>> >
>> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
>> > index 57da0a7c2..c1340c25e 100644
>> > --- a/documentation/poky.yaml
>> > +++ b/documentation/poky.yaml
>> > @@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
>> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
>> >  DISTRO_NAME_NO_CAP_LTS : "dunfell"
>> >  YOCTO_DOC_VERSION : "3.2"
>> > -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
>> > +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
>> >  DISTRO_REL_TAG : "yocto-3.2"
>> >  POKYVERSION : "24.0.0"
>> >  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
>> > diff --git a/documentation/releases.rst b/documentation/releases.rst
>> > index 9992f97d5..85b31b64d 100644
>> > --- a/documentation/releases.rst
>> > +++ b/documentation/releases.rst
>> > @@ -12,6 +12,7 @@
>> >  - :yocto_docs:`3.1.1 Documentation </3.1.1>`
>> >  - :yocto_docs:`3.1.2 Documentation </3.1.2>`
>> >  - :yocto_docs:`3.1.3 Documentation </3.1.3>`
>> > +- :yocto_docs:`3.1.4 Documentation </3.1.4>`
>>
>> The patch looks good, however, but http://docs.yoctoproject.org/3.1.4
>> currently does not exist. When are you planning to deploy the docs for
>> 3.1.4?
>>
>> >
>> >  ==========================
>> >   Previous Release Manuals
>> > diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
>> > index fe9841b10..fc901d329 100644
>> > --- a/documentation/sphinx-static/switchers.js
>> > +++ b/documentation/sphinx-static/switchers.js
>> > @@ -4,7 +4,7 @@
>> >    var all_versions = {
>> >      'dev': 'dev (3.3)',
>> >      '3.2': '3.2',
>> > -    '3.1.3': '3.1.3',
>> > +    '3.1.4': '3.1.4',
>> >      '3.0.4': '3.0.4',
>> >      '2.7.4': '2.7.4',
>> >    };
>> > --
>> > 2.28.0
>> >
>
>
>
> --
> Michael Halstead
> Linux Foundation / Yocto Project
> Systems Operations Engineer

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

* Re: [docs] [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-02 22:04 [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4 Michael Halstead
  2020-12-02 22:38 ` Nicolas Dechesne
@ 2020-12-03 21:40 ` akuster
  2020-12-03 21:43   ` Richard Purdie
  1 sibling, 1 reply; 8+ messages in thread
From: akuster @ 2020-12-03 21:40 UTC (permalink / raw)
  To: Michael Halstead, docs; +Cc: rpurdie, nicolas.dechesne

IMHO, I believe the branch maintainer should take up this task.

Should update process page if not already noted.

-armin



On 12/2/20 2:04 PM, Michael Halstead wrote:
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  documentation/poky.yaml                  | 2 +-
>  documentation/releases.rst               | 1 +
>  documentation/sphinx-static/switchers.js | 2 +-
>  3 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index 57da0a7c2..c1340c25e 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
>  DISTRO_NAME_NO_CAP_LTS : "dunfell"
>  YOCTO_DOC_VERSION : "3.2"
> -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
> +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
>  DISTRO_REL_TAG : "yocto-3.2"
>  POKYVERSION : "24.0.0"
>  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> diff --git a/documentation/releases.rst b/documentation/releases.rst
> index 9992f97d5..85b31b64d 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -12,6 +12,7 @@
>  - :yocto_docs:`3.1.1 Documentation </3.1.1>`
>  - :yocto_docs:`3.1.2 Documentation </3.1.2>`
>  - :yocto_docs:`3.1.3 Documentation </3.1.3>`
> +- :yocto_docs:`3.1.4 Documentation </3.1.4>`
>  
>  ==========================
>   Previous Release Manuals
> diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> index fe9841b10..fc901d329 100644
> --- a/documentation/sphinx-static/switchers.js
> +++ b/documentation/sphinx-static/switchers.js
> @@ -4,7 +4,7 @@
>    var all_versions = {
>      'dev': 'dev (3.3)',
>      '3.2': '3.2',
> -    '3.1.3': '3.1.3',
> +    '3.1.4': '3.1.4',
>      '3.0.4': '3.0.4',
>      '2.7.4': '2.7.4',
>    };
>
> 
>


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

* Re: [docs] [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-03 21:40 ` [docs] " akuster
@ 2020-12-03 21:43   ` Richard Purdie
  2020-12-03 21:50     ` Nicolas Dechesne
  2020-12-03 21:59     ` Nicolas Dechesne
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Purdie @ 2020-12-03 21:43 UTC (permalink / raw)
  To: akuster808, Michael Halstead, docs; +Cc: rpurdie, nicolas.dechesne

On Thu, 2020-12-03 at 13:40 -0800, akuster808 wrote:
> IMHO, I believe the branch maintainer should take up this task.
> 
> Should update process page if not already noted.

I'm a little torn on this since the final step is part of the
"publication" of the release and the CI system does live deployment...

Cheers,

Richard


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

* Re: [docs] [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-03 21:43   ` Richard Purdie
@ 2020-12-03 21:50     ` Nicolas Dechesne
  2020-12-03 21:59     ` Nicolas Dechesne
  1 sibling, 0 replies; 8+ messages in thread
From: Nicolas Dechesne @ 2020-12-03 21:50 UTC (permalink / raw)
  To: Richard Purdie
  Cc: akuster808, Michael Halstead, YP docs mailing list, Richard Purdie

On Thu, Dec 3, 2020 at 10:43 PM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Thu, 2020-12-03 at 13:40 -0800, akuster808 wrote:
> > IMHO, I believe the branch maintainer should take up this task.
> >
> > Should update process page if not already noted.
>
> I'm a little torn on this since the final step is part of the
> "publication" of the release and the CI system does live deployment...

I thought a bit more about that today.. I have 2 ideas..

1. we could decide that we don't backport new releases into
releases.rst from stable releases. That should make the maintenance
much more reasonable. e.g. in
http://docs.yoctoproject.org/gatesgarth/releases.html
we will never show 3.3, 3.4, ...

or

2. we could 'hide' the releases.rst page in all stable branches. we
could check the version in conf.py and skip releases.rst , unless we
are on 'master' (e.g. on http://docs.yoctoproject.org/releases.html).
Users can always go back and forth using the drop down menu.

>
> Cheers,
>
> Richard
>

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

* Re: [docs] [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4
  2020-12-03 21:43   ` Richard Purdie
  2020-12-03 21:50     ` Nicolas Dechesne
@ 2020-12-03 21:59     ` Nicolas Dechesne
  1 sibling, 0 replies; 8+ messages in thread
From: Nicolas Dechesne @ 2020-12-03 21:59 UTC (permalink / raw)
  To: Richard Purdie
  Cc: akuster808, Michael Halstead, YP docs mailing list, Richard Purdie

On Thu, Dec 3, 2020 at 10:43 PM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Thu, 2020-12-03 at 13:40 -0800, akuster808 wrote:
> > IMHO, I believe the branch maintainer should take up this task.
> >
> > Should update process page if not already noted.
>
> I'm a little torn on this since the final step is part of the
> "publication" of the release and the CI system does live deployment...

hmm. I think my previous email was a reply to another discussion..
sorry about that. sorry about this..

Hopefully this was the last release with Docbook, so we won't need to
'touch' the transition branch again. That branch hosts a 'wrapper' in
sphinx for each release done with docbook, so that we have all docs in
one place. It should have been made along with the release, i agree..
Next 3.1 release will be based on Sphinx. I don't think we have clear
instructions to make a docs release with Sphinx though, but that we
need to properly document for sure!

>
> Cheers,
>
> Richard
>

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

end of thread, other threads:[~2020-12-03 21:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 22:04 [PATCH] releases: conf: add link to 3.1.4, update to include 3.1.4 Michael Halstead
2020-12-02 22:38 ` Nicolas Dechesne
2020-12-02 23:20   ` Michael Halstead
2020-12-03  7:05     ` Nicolas Dechesne
2020-12-03 21:40 ` [docs] " akuster
2020-12-03 21:43   ` Richard Purdie
2020-12-03 21:50     ` Nicolas Dechesne
2020-12-03 21:59     ` Nicolas Dechesne

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.