Commit Graph

12 Commits

Author SHA1 Message Date
Michael Halstead
daac0b0326 scripts/release-parser.py: display end of stable release period.
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2025-03-07 10:01:48 -08:00
Michael Halstead
6301c006a6 scripts/release-parser.py: changed exceptions after tag clean up
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2025-03-05 10:24:55 +00:00
Richard Purdie
0cd37de01e scripts/release-parser: Add list of release version to release series information
It would be useful to know the list of releases in each release series
so add this information to releases.json. Also add milestone informaiton
for the current development branch.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-04 21:59:20 +00:00
Antonin Godard
abae49b0f6 scripts/release-parser.py: merge full list with previous list
On https://www.yoctoproject.org/development/releases, the "Full Release
List" can mislead users into thinking the list represents all of the
Yocto release, whereas these are only EOL releases. Remove this list and
merge everything in "Previous Release List".

[YOCTO #15339]

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
2025-01-23 11:35:37 -10:00
Michael Halstead
384d37a957 scripts/release-parser: remove Dunfell from active releases
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2024-12-26 08:51:00 -10:00
Michael Halstead
51d842b5e0 scripts/release-parser.py: Update for 5.1 release and Walnascar branch
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2024-10-16 15:30:17 -07:00
Michael Halstead
b093850639 scripts/release-parser: Update release generator for 5.1
Comment out future stable branch for easy updating.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2024-08-22 06:09:56 -07:00
Michael Halstead
100f31d035 scripts/release-parser.py: download latest
Download links need to point to the latest point release.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2023-12-21 09:51:49 -08:00
Michael Halstead
425dacb962 scripts/release-parser.py: correct stable version
Update from mickledore to nanbield.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2023-12-21 09:48:18 -08:00
Michael Halstead
7914c9f8ec scripts: basic clean up of releases/layer parser
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2023-11-20 19:45:47 -08:00
Michael Halstead
aadcd5b0a4 scripts: releases parser handle version sorting correctly
Sort versions as if we used semantic versioning.
Include updates for the 4.3 release as well.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2023-11-17 13:23:42 -08:00
Michael Halstead
aea946ada7 scripts: prepare data for display on www.yoctoproject.org
These produce the files at https://docs.yoctoproject.org/parsed-layers.json
and https://docs.yoctoproject.org/releases.json.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2023-11-03 13:03:27 -07:00