summaryrefslogtreecommitdiff
path: root/src/op_mode/version.py
AgeCommit message (Collapse)Author
2022-07-20T2719: fix unused importsDaniil Baturin
2022-07-19T2719: patch for general support for boolean optionsJohn Estabrook
Signed-off-by: Daniil Baturin <daniil@vyos.io>
2022-07-05T2719: update op mode CLI definition for 'show version'Daniil Baturin
2020-06-07op-mode: T2558: version: split out CPU infoChristian Poessinger
Instead of using "show version" as catch-all command for information rather add "show system cpu" op-mode command which is analogous to "show system memory" which deals with RAM.
2020-06-07op-mode: T2558: fix hypervisor bug, add CPU info to "show version"kroy-the-rabbit
2020-06-07op-mode: version: remove unused import statementsChristian Poessinger
2020-04-20airbag: T2186: improve information reportedThomas Mangin
2020-04-16T2305: include release train in "show version" outputChristian Poessinger
2020-04-11util: T2226: do not use 2> but DEVNULLThomas Mangin
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code.
2020-04-06util: T2226: rewrite version oper to use cmd, runThomas Mangin
2019-05-13T1378: extend version file with Git commit IDChristian Poessinger
The Git commit ID will be crucial for the future when the full VyOS build can be reproduced by the one Git commit ID, thus start recording it in the version file.
2018-05-16T644: remove prefixing from all scripts and update environment variables ↵Daniil Baturin
with VyOS paths.