Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | T3664: remove obsolete make-version-file | Christian Breunig | |
Commit 3979b25dcf ("T3664: initial implementation of the build flavor system") removed the call to make-version-file, thus we can also drop the file itself. | |||
2023-02-13 | debian: T5003: Update to to Debian 12 "Bookworm" | sarthurdev | |
* Remove obsolete packages and dependencies | |||
2022-03-17 | T4306: do not perform a dirtiness check for release builds | Daniil Baturin | |
2021-06-20 | Debian: T3641: switch to new distro Debian 11 - Bullseye | Christian Poessinger | |
2021-02-23 | T3303: Modify os_release file for changing Welcome message on boot | DmitriyEshenko | |
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-09 | T2254: add fields for git branch, build type, and build comment to the ↵ | Daniil Baturin | |
version data. | |||
2019-08-05 | T1562: change version scheme on current branch used for rolling releases | Christian Poessinger | |
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-06-08 | Move the version.json file used by newer code to /usr/share/vyos | Daniil Baturin | |
2018-06-06 | T596: replace + in new version format by - | Christian Poessinger | |
The new version scheme was introduced in commit d2e4f63f03 ("T596: use a more descriptive dev build version format.". It superseeded the old 999.something version numbers. New version numbers for rolling releases are in the form of vyos-1.2.0-rolling+201806062125-amd64.iso but the '+' sign will be replaced by '%2B' when e.g. downloading the file via http(s), this may be confusing. | |||
2018-04-05 | T596: use a more descriptive dev build version format. | Daniil Baturin | |
2017-01-25 | Switch all build scripts to python3. | Daniil Baturin | |
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible. | |||
2016-03-03 | After build, create a properly named symlink to the ISO (ref T8). | Daniil Baturin | |
This is important for nightly builds, and handy for release builds. | |||
2016-01-26 | Add a build step for generating version files. | Daniil Baturin | |