Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | T2719: add an exception hierarchy for op mode errors | Daniil Baturin | |
2022-07-20 | T2719: fix unused imports | Daniil Baturin | |
2022-07-19 | T2719: patch for general support for boolean options | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2022-07-05 | T2719: update op mode CLI definition for 'show version' | Daniil Baturin | |
2020-06-07 | op-mode: T2558: version: split out CPU info | Christian 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-07 | op-mode: T2558: fix hypervisor bug, add CPU info to "show version" | kroy-the-rabbit | |
2020-06-07 | op-mode: version: remove unused import statements | Christian Poessinger | |
2020-04-20 | airbag: T2186: improve information reported | Thomas Mangin | |
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-11 | util: T2226: do not use 2> but DEVNULL | Thomas Mangin | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas 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-06 | util: T2226: rewrite version oper to use cmd, run | Thomas Mangin | |
2019-05-13 | T1378: extend version file with Git commit ID | Christian 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-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. |