| Message ID | 20260123-releases-parser-updates-v2-8-c24c30da807b@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | scripts/release-parser.py: update and move from poky | expand |
diff --git a/scripts/release-parser.py b/scripts/release-parser.py index f161ef1..10c7df6 100755 --- a/scripts/release-parser.py +++ b/scripts/release-parser.py @@ -75,7 +75,7 @@ def get_git_tags(): if ( tags[-1].commit.committed_datetime >= repo.commit( - "73f103bf9b2cdf985464dc53bf4f1cfd71d4531f" + "f056d4fd95d45c53a89c893419eab0537c7e1ffd" ).committed_datetime ): download = "https://downloads.yoctoproject.org/releases/yocto/{}".format(
Comment above says: "Only calculate for releases after standard tagging began in yocto-1.4.1". Update commit sha to point to yocto-1.4.1 on yocto-docs. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- scripts/release-parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)