diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-04-19 17:30:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 22:07:52 +0100 |
commit | 36ccca5cba0967e8f4560c24fcc8a058bc19d491 (patch) | |
tree | e387993d6f29853b9cc2073370902d8d6486fd94 /scripts/buildstats-diff | |
parent | 460012e04a89e0b84fd5949c9a2229ef46e7a341 (diff) | |
download | poky-36ccca5cba0967e8f4560c24fcc8a058bc19d491.tar.gz |
docs: set_versions.py: fix latest release of a branch being shown twice in switchers.js
versions array is supposed to store the latest version of all active
releases. However, in the loop it is reassigned and therefore, the check
on whether our version is already in the versions array will always
return false (except for the latest version of the last active release)
and write our version again in the list.
By using a local variable for the logic instead of versions array, the
check now works properly.
Fixes: f2b069be8c307 "set_versions: Various improvements"
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 36a088c8c99dd37f5ca07ec8f90f2c51ef8b36f2)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/buildstats-diff')
0 files changed, 0 insertions, 0 deletions