mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
scripts/release-parser: remove Dunfell from active releases
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
This commit is contained in:
parent
e39db7b08e
commit
384d37a957
|
@ -80,8 +80,6 @@ def get_git_tags():
|
||||||
download = ""
|
download = ""
|
||||||
release_notes = ""
|
release_notes = ""
|
||||||
status = "EOL"
|
status = "EOL"
|
||||||
if branch == "yocto-3.1":
|
|
||||||
status = "LTS until Apr. 2024"
|
|
||||||
if branch == "yocto-4.0":
|
if branch == "yocto-4.0":
|
||||||
status = "LTS until Apr. 2026"
|
status = "LTS until Apr. 2026"
|
||||||
if branch == "yocto-5.0":
|
if branch == "yocto-5.0":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user