mbox series

[yocto-autobuilder-helper,0/2] base branch names on branches instead of tags

Message ID CADfgfobj5xkU4ypgEq5YQU7T3NNzpVqgAENvZXE5nFvKX0aizA@mail.gmail.com
Headers show
Series base branch names on branches instead of tags | expand

Message

Michael Halstead March 27, 2026, 8:58 a.m. UTC
I have pushed updates to the following location:
https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/halstead/master

This change updates the release-parser reference branches instead of the
branchname tags in order to remove the branchname style tags. These changes
are needed for docs builds to complete successfully.

Comments

Antonin Godard March 27, 2026, 9:10 a.m. UTC | #1
Hi,

On Fri Mar 27, 2026 at 9:58 AM CET, Michael Halstead via lists.yoctoproject.org wrote:
> I have pushed updates to the following location:
> https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/halstead/master
>
> This change updates the release-parser reference branches instead of the
> branchname tags in order to remove the branchname style tags. These changes
> are needed for docs builds to complete successfully.

I seem to find a diff in the releases.json output compared to before:

diff --git a/before.json b/after.json
index 7e1fad3..b0e2f92 100644
--- a/before.json
+++ b/after.json
@@ -675,7 +675,7 @@
     "series_version": "0.9",
     "original_release_date": "2010-10-22T13:56:31+01:00",
     "latest_release_date": "2010-10-22T13:56:31+01:00",
-    "release_codename": "Laverne",
+    "release_codename": "Krogoth",
     "latest_tag": "0.9.1",
     "releases": [
       "0.9",

Maybe a missing branch/tag in yocto-docs?

Apart from this, if the output is the same as before there will be no
consequences on the docs build.

Thanks,
Antonin