summaryrefslogtreecommitdiff
path: root/python/vyos/component_version.py
AgeCommit message (Collapse)Author
2024-09-11migration: T6007: add missing check for None in utility functionJohn Estabrook
An empty component version string will trigger a full migration, however, the case of component_version is None was missed in a utility function. Fix comment formatting. (cherry picked from commit bd42f131ea2ceec2c591303ea69b7d3a36e41a7c)
2024-09-11migration: T6007: fix cosmetic issue of extra newlineJohn Estabrook
(cherry picked from commit 5502a75b1747caf94e2b69982c89088281c8ca1f)
2024-09-11migration: T6007: drop restrictive perms, already set on config.bootJohn Estabrook
(cherry picked from commit 8b4c2fcba2fe49af8c8ee87d3bb1f7b5803a08ea)
2024-09-11migration: T6007: remove obsoletedJohn Estabrook
(cherry picked from commit ed0cb7ffc2c627b9de96d64b45c7978c3bce7ed3)
2024-09-11migration: T6007: add util add_system_version to replace *_system_footerJohn Estabrook
(cherry picked from commit 51865448599ec40283fffe4dc15729f88f389886)
2024-09-11migration: T6007: add version object for config file and systemJohn Estabrook
(cherry picked from commit 601e07c34205fb379d729c4faf654f95add90471)
2023-10-04T4320: remove references to obsoleted legacy version filesJohn Estabrook
2023-08-10T5434: replace import of component_versionJohn Estabrook
2022-10-28T4291: consolidate component version string read/write functionsJohn Estabrook
2022-03-10Revert "component_version: T4291: consolidate read/write functions"John Estabrook
This reverts commit 534f677d36285863decb2cdff179687b4fd690cb. Revert while investigating failure in vyos-configtest.
2022-03-08component_version: T4291: consolidate read/write functionsJohn Estabrook