13 Commits

Author SHA1 Message Date
Daniil Baturin
17d1e92040 T4306: do not perform a dirtiness check for release builds 2022-03-17 14:34:29 -04:00
Christian Poessinger
7153c16917 Debian: T3641: switch to new distro Debian 11 - Bullseye 2021-06-20 20:38:18 +02:00
DmitriyEshenko
e218a75761 T3303: Modify os_release file for changing Welcome message on boot 2021-02-23 18:56:47 +00:00
Christian Poessinger
222dde1eb9 T2305: include release train in "show version" output 2020-04-16 18:07:20 +02:00
Daniil Baturin
d64011558e T2254: add fields for git branch, build type, and build comment to the version data. 2020-04-09 12:08:43 +03:00
Christian Poessinger
90759a092e T1562: change version scheme on current branch used for rolling releases 2019-08-05 14:21:22 +02:00
Christian Poessinger
e08da45e6d T1378: extend version file with Git commit ID
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.
2019-05-13 21:58:29 +02:00
Daniil Baturin
82d7ddb1b3 Move the version.json file used by newer code to /usr/share/vyos 2018-06-08 21:18:18 +02:00
Christian Poessinger
3af1486d48 T596: replace + in new version format by -
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-06-06 21:52:30 +02:00
Daniil Baturin
d2e4f63f03 T596: use a more descriptive dev build version format. 2018-04-05 14:59:44 +02:00
Daniil Baturin
ea48b7bd74 Switch all build scripts to python3.
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.
2017-01-25 17:01:16 -05:00
Daniil Baturin
6a7696a112 After build, create a properly named symlink to the ISO (ref T8).
This is important for nightly builds, and handy for release builds.
2016-03-03 18:28:31 -05:00
Daniil Baturin
cddc611ae3 Add a build step for generating version files. 2016-01-26 16:10:52 -05:00