Page MenuHomeVyOS Platform

show version shows lts_build true
Resolved (N/A)PublicBUG

Description

Version shows lts_build true

root@r14:/home/vyos# /usr/libexec/vyos/op_mode/version.py show --raw
{
    "version": "1.4-rolling-202209020217",
    "built_by": "[email protected]",
    "built_on": "Fri 02 Sep 2022 02:17 UTC",
    "build_uuid": "26dacc79-7f48-49c9-908f-23974dd11eea",
    "build_git": "831846e744b63f",
    "build_branch": "current",
    "release_train": "sagitta",
    "lts_build": true,
    "build_comment": "",
    "system_arch": "x86_64",
    "system_type": "KVM guest",
    "boot_via": "installed image",
    "hardware_vendor": "QEMU",
    "hardware_model": "Standard PC (Q35 + ICH9, 2009)",
    "hardware_serial": "",
    "hardware_uuid": "4d6f4d29-1ae8-446f-8d2b-3decd9da64c7"
}

Incorrect lts_build: true
Possible reason https://github.com/vyos/vyos-build/blob/72c15abf117804e9b4eac8ec5a3bd6d92e55a3bd/Jenkinsfile#L102

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.4-rolling-202209020217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)