All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott][PATCH] documentation: prepare for 3.3.4 release
@ 2021-11-03  7:10 Anuj Mittal
  2021-11-03  8:56 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Anuj Mittal @ 2021-11-03  7:10 UTC (permalink / raw)
  To: docs

Also add a link for documentation to just released 3.1.11 release.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 documentation/conf.py      | 2 +-
 documentation/poky.yaml    | 8 ++++----
 documentation/releases.rst | 2 ++
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index d1c08a9c9..28af37d7b 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
 import sys
 import datetime
 
-current_version = "3.3.3"
+current_version = "3.3.4"
 
 # String used in sidebar
 version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 7207df142..30eb45379 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
-DISTRO : "3.3.3"
+DISTRO : "3.3.4"
 DISTRO_NAME_NO_CAP : "hardknott"
 DISTRO_NAME : "Hardknott"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth"
 DISTRO_NAME_NO_CAP_LTS : "gatesgarth"
-YOCTO_DOC_VERSION : "3.3.3"
+YOCTO_DOC_VERSION : "3.3.4"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4"
-DISTRO_REL_TAG : "yocto-3.3.3"
-POKYVERSION : "25.0.3"
+DISTRO_REL_TAG : "yocto-3.3.4"
+POKYVERSION : "25.0.4"
 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 2b17cd635..e19dfde6c 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -12,6 +12,7 @@
 - :yocto_docs:`3.3.1 Documentation </3.3.1>`
 - :yocto_docs:`3.3.2 Documentation </3.3.2>`
 - :yocto_docs:`3.3.3 Documentation </3.3.3>`
+- :yocto_docs:`3.3.4 Documentation </3.3.4>`
 
 
 *******************************
@@ -39,6 +40,7 @@
 - :yocto_docs:`3.1.8 Documentation </3.1.8>`
 - :yocto_docs:`3.1.9 Documentation </3.1.9>`
 - :yocto_docs:`3.1.10 Documentation </3.1.10>`
+- :yocto_docs:`3.1.11 Documentation </3.1.11>`
 
 ==========================
  Previous Release Manuals
-- 
2.31.1



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

* Re: [docs] [hardknott][PATCH] documentation: prepare for 3.3.4 release
  2021-11-03  7:10 [hardknott][PATCH] documentation: prepare for 3.3.4 release Anuj Mittal
@ 2021-11-03  8:56 ` Michael Opdenacker
  2021-11-03 13:54   ` Mittal, Anuj
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2021-11-03  8:56 UTC (permalink / raw)
  To: Anuj Mittal, docs

Hi Anuj,

On 11/3/21 8:10 AM, Anuj Mittal wrote:
> Also add a link for documentation to just released 3.1.11 release.


Thanks. Merged into the "hardknott" branch:
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=hardknott
Who's supposed to add the tags by the way? Am I? I guess it's best to
wait for the release update to be made, in case we have updates until
then...

Thanks in advance for the advice.
Cheers
Michael.

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



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

* Re: [docs] [hardknott][PATCH] documentation: prepare for 3.3.4 release
  2021-11-03  8:56 ` [docs] " Michael Opdenacker
@ 2021-11-03 13:54   ` Mittal, Anuj
  2021-11-03 14:19     ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Mittal, Anuj @ 2021-11-03 13:54 UTC (permalink / raw)
  To: michael.opdenacker, docs

On Wed, 2021-11-03 at 09:56 +0100, Michael Opdenacker wrote:
> Hi Anuj,
> 
> On 11/3/21 8:10 AM, Anuj Mittal wrote:
> > Also add a link for documentation to just released 3.1.11 release.
> 
> 
> Thanks. Merged into the "hardknott" branch:
> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=hardknott
> Who's supposed to add the tags by the way? Am I? I guess it's best to
> wait for the release update to be made, in case we have updates until
> then...

You mean the release git tag? I think that one is created at the time
of release along with other YP repositories by Vineela.

Thanks,	

Anuj

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

* Re: [docs] [hardknott][PATCH] documentation: prepare for 3.3.4 release
  2021-11-03 13:54   ` Mittal, Anuj
@ 2021-11-03 14:19     ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-11-03 14:19 UTC (permalink / raw)
  To: Anuj Mittal, docs

Hi Anuj,

On 11/3/21 2:54 PM, Anuj Mittal wrote:
> On Wed, 2021-11-03 at 09:56 +0100, Michael Opdenacker wrote:
>> Hi Anuj,
>>
>> On 11/3/21 8:10 AM, Anuj Mittal wrote:
>>> Also add a link for documentation to just released 3.1.11 release.
>>
>> Thanks. Merged into the "hardknott" branch:
>> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=hardknott
>> Who's supposed to add the tags by the way? Am I? I guess it's best to
>> wait for the release update to be made, in case we have updates until
>> then...
> You mean the release git tag? I think that one is created at the time
> of release along with other YP repositories by Vineela.


Right. Good to know, thanks!
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-11-03 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  7:10 [hardknott][PATCH] documentation: prepare for 3.3.4 release Anuj Mittal
2021-11-03  8:56 ` [docs] " Michael Opdenacker
2021-11-03 13:54   ` Mittal, Anuj
2021-11-03 14:19     ` 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.