diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-16 21:50:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-16 21:50:16 +0200 |
commit | 5d1499e61a58a313eaaf685d083e442bbd962ca2 (patch) | |
tree | 08d4fa320cda0954ab19fbaba1b3f53d89358b43 /scripts/make-version-file | |
parent | 466d4d9f332e20b2e2b29d9e52170554f3d13b8c (diff) | |
download | vyos-build-5d1499e61a58a313eaaf685d083e442bbd962ca2.tar.gz vyos-build-5d1499e61a58a313eaaf685d083e442bbd962ca2.zip |
T2305: include release train in "show version" output
Diffstat (limited to 'scripts/make-version-file')
-rwxr-xr-x | scripts/make-version-file | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make-version-file b/scripts/make-version-file index 4df2cb6c..48e1740f 100755 --- a/scripts/make-version-file +++ b/scripts/make-version-file @@ -77,7 +77,8 @@ version_data = { 'built_by': build_config['build_by'], 'built_on': build_date, 'build_uuid': build_uuid, - 'build_git': build_git + 'build_git': build_git, + 'release_train': build_config['release_train'] } os.makedirs(os.path.join(defaults.CHROOT_INCLUDES_DIR, 'usr/share/vyos'), exist_ok=True) |