Yocto Project Discussions
 help / color / mirror / Atom feed
* [yocto-autobuilder-helper][PATCH] scripts/release-parser: Update release generator for 5.1
@ 2024-07-13 20:16 Michael Halstead
  0 siblings, 0 replies; only message in thread
From: Michael Halstead @ 2024-07-13 20:16 UTC (permalink / raw)
  To: yocto, yocto-patches; +Cc: richard.purdie, Michael Halstead

Comment out future stable branch for easy updating.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 scripts/release-parser.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/scripts/release-parser.py b/scripts/release-parser.py
index 7ae3c0b..0463667 100755
--- a/scripts/release-parser.py
+++ b/scripts/release-parser.py
@@ -84,8 +84,10 @@ def get_git_tags():
             status = "LTS until Apr. 2024"
         if branch == "yocto-4.0":
             status = "LTS until Apr. 2026"
-        if branch == "yocto-4.3":
-            status = "Stable Release"
+        if branch == "yocto-5.0":
+            status = "LTS until Apr. 2028"
+#        if branch == "yocto-5.1":
+#            status = "Stable Release"
 
         # Create a dictionary for the tag
         tag_dict = {
@@ -108,10 +110,10 @@ tags = sorted(get_git_tags(), key=lambda x: x["original_release_date"], reverse=
 
 tags.append(
     {
-        "series_version": "5.0",
+        "series_version": "5.1",
         "original_release_date": "",
         "latest_release_date": "",
-        "release_codename": "Scarthgap",
+        "release_codename": "Styhead",
         "latest_tag": "",
         "status": "Active Development",
         "download": "",
-- 
2.45.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-13 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 20:16 [yocto-autobuilder-helper][PATCH] scripts/release-parser: Update release generator for 5.1 Michael Halstead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox