mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
set_versions/switchers: Drop versions shown to the active releases
I believe we should only be showing the "active" versions in the switchers base list of releases to show. Zeus and warrior are old and no longer actively maintained and we don't suggest new users use them. gatesgarth is also outside it's support window. I therefore propose removing these leaving us with dev, honister, hardknott, dunfell (LTS). In addition, any release that is selected will be shown, along with any later release in that release series. People can still navigate to the older docs using the releases list or by direct URL but this highlights to users which releases we'd expect/encourage them to be using. (From yocto-docs rev: fdcdc50f3abf10aa702c958b8ba7ab6b19c57bff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f7d8533664
commit
bf4e51fe5f
|
@ -23,7 +23,7 @@ ourversion = None
|
|||
if len(sys.argv) == 2:
|
||||
ourversion = sys.argv[1]
|
||||
|
||||
activereleases = ["honister", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior"]
|
||||
activereleases = ["honister", "hardknott", "dunfell"]
|
||||
#devbranch = "langdale"
|
||||
devbranch = "kirkstone"
|
||||
ltsseries = ["kirkstone", "dunfell"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user