* [yocto-docs][dunfell 0/2] Patch review
@ 2021-05-17 14:42 Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 1/2] ref-system-requirements.rst: Add Fedora 33 to list of supported distros Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 2/2] documentation: prepare for 3.1.8 release Steve Sakoman
0 siblings, 2 replies; 4+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:42 UTC (permalink / raw)
To: docs
Please review this set of patches for dunfell and have comments back by
end of day Wednesday.
The following changes since commit 5a54200a8702e473ecbbc3dbbdaa24169796c9e8:
documentation: prepare for 3.1.7 release (2021-04-06 08:43:27 -1000)
are available in the Git repository at:
git://git.yoctoproject.org/yocto-docs contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/yocto-docs/log/?h=contrib/dunfell-next
Steve Sakoman (2):
ref-system-requirements.rst: Add Fedora 33 to list of supported
distros
documentation: prepare for 3.1.8 release
documentation/conf.py | 2 +-
documentation/poky.yaml | 8 ++++----
documentation/ref-manual/ref-system-requirements.rst | 2 ++
documentation/releases.rst | 1 +
documentation/sphinx-static/switchers.js | 2 +-
5 files changed, 9 insertions(+), 6 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [yocto-docs][dunfell 1/2] ref-system-requirements.rst: Add Fedora 33 to list of supported distros
2021-05-17 14:42 [yocto-docs][dunfell 0/2] Patch review Steve Sakoman
@ 2021-05-17 14:42 ` Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 2/2] documentation: prepare for 3.1.8 release Steve Sakoman
1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:42 UTC (permalink / raw)
To: docs
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
documentation/ref-manual/ref-system-requirements.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index 65234d072..bb688772f 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -55,6 +55,8 @@ distributions:
- Fedora 32
+- Fedora 33
+
- CentOS 7.x
- Debian GNU/Linux 8.x (Jessie)
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [yocto-docs][dunfell 2/2] documentation: prepare for 3.1.8 release
2021-05-17 14:42 [yocto-docs][dunfell 0/2] Patch review Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 1/2] ref-system-requirements.rst: Add Fedora 33 to list of supported distros Steve Sakoman
@ 2021-05-17 14:42 ` Steve Sakoman
1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:42 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 4d3185088..7a57b3065 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
import sys
import datetime
-current_version = "3.1.7"
+current_version = "3.1.8"
# String used in sidebar
version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index d72e68c21..8d42c4496 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
-DISTRO : "3.1.7"
+DISTRO : "3.1.8"
DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.7"
+YOCTO_DOC_VERSION : "3.1.8"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
-DISTRO_REL_TAG : "yocto-3.1.7"
-POKYVERSION : "23.0.7"
+DISTRO_REL_TAG : "yocto-3.1.8"
+POKYVERSION : "23.0.8"
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 2311fa885..88740a63f 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -16,6 +16,7 @@
- :yocto_docs:`3.1.5 Documentation </3.1.5>`
- :yocto_docs:`3.1.6 Documentation </3.1.6>`
- :yocto_docs:`3.1.7 Documentation </3.1.7>`
+- :yocto_docs:`3.1.7 Documentation </3.1.8>`
==========================
Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index cfbc5d5db..21a495f60 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.7': '3.1.7',
+ '3.1.8': '3.1.8',
'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
* [yocto-docs][dunfell 0/2] Patch review
@ 2022-03-08 14:33 Steve Sakoman
0 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-08 14:33 UTC (permalink / raw)
To: docs
Please review this set of patches for dunfell.
The following changes since commit 1617120ac3a8fd0af1ba42319198f1677de4596e:
documentation: update for 3.1.14 release (2022-02-17 16:12:24 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/yocto-docs contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/yocto-docs/log/?h=contrib/dunfell-next
Steve Sakoman (2):
ref-system-requirements.rst: update list of supported distros
documentation: update for 3.1.15 release
documentation/conf.py | 2 +-
documentation/poky.yaml | 8 ++++----
documentation/ref-manual/ref-system-requirements.rst | 5 +++++
3 files changed, 10 insertions(+), 5 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-08 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-17 14:42 [yocto-docs][dunfell 0/2] Patch review Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 1/2] ref-system-requirements.rst: Add Fedora 33 to list of supported distros Steve Sakoman
2021-05-17 14:42 ` [yocto-docs][dunfell 2/2] documentation: prepare for 3.1.8 release Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2022-03-08 14:33 [yocto-docs][dunfell 0/2] Patch review 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.