From 384d37a957a7f90abe04fe320cf0919c5a8f22ef Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Thu, 26 Dec 2024 08:51:00 -1000 Subject: [PATCH] scripts/release-parser: remove Dunfell from active releases Signed-off-by: Michael Halstead --- scripts/release-parser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/release-parser.py b/scripts/release-parser.py index 4f35324..96b9d5e 100755 --- a/scripts/release-parser.py +++ b/scripts/release-parser.py @@ -80,8 +80,6 @@ def get_git_tags(): download = "" release_notes = "" status = "EOL" - if branch == "yocto-3.1": - status = "LTS until Apr. 2024" if branch == "yocto-4.0": status = "LTS until Apr. 2026" if branch == "yocto-5.0":