summaryrefslogtreecommitdiff
path: root/scripts/make-version-file
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-version-file')
-rwxr-xr-xscripts/make-version-file3
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)