public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] docs: set_versions.py: update current releases
@ 2024-10-25 12:00 Antonin Godard
  2024-10-25 13:01 ` Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Antonin Godard @ 2024-10-25 12:00 UTC (permalink / raw)
  To: docs; +Cc: Thomas Petazzoni, Quentin Schulz, Antonin Godard

Remove dunfell, nanbield, add styhead as active release.
Remove dunfell from ltsseries.

The switcher menu now contains:

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
@Quentin, I'd appreciate your review as I see you modified this file in
the past. From what I've seen locally, the Styhead release does not show
up in the switchers. Is that something that is done automagically by
the autobuilder?
---
 documentation/set_versions.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/set_versions.py b/documentation/set_versions.py
index dec078083441263cb1350532b2749f5ee222d555..77fcedef7c28165704b79ab8d506a466110b8249 100755
--- a/documentation/set_versions.py
+++ b/documentation/set_versions.py
@@ -26,9 +26,9 @@ ourversion = None
 if len(sys.argv) == 2:
     ourversion = sys.argv[1]
 
-activereleases = ["scarthgap", "nanbield", "kirkstone", "dunfell"]
+activereleases = ["styhead", "scarthgap", "kirkstone"]
 devbranch = "styhead"
-ltsseries = ["scarthgap", "kirkstone", "dunfell"]
+ltsseries = ["scarthgap", "kirkstone"]
 
 # used by run-docs-builds to get the default page
 if ourversion == "getlatest":

---
base-commit: afeded9939777d88bf4cb9ebf7a61aadd476642d
change-id: 20241025-update-switchers-6d72cd2aadb6

Best regards,
-- 
Antonin Godard <antonin.godard@bootlin.com>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-25 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 12:00 [PATCH] docs: set_versions.py: update current releases Antonin Godard
2024-10-25 13:01 ` Quentin Schulz
2024-10-25 13:33   ` Antonin Godard

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