summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-01-07 17:14:23 +0100
committerGitHub <noreply@github.com>2025-01-07 17:14:23 +0100
commitaeb94b726fd238e507cbeb4f6bad3909574871c1 (patch)
tree8696658410c43316d3c80427e205230c04d0e80d /scripts/check-qemu-install
parentaa4ba3d95e162f1570330ca1787002d4239d583f (diff)
parentf8b88e54bc5a0b9f3466699c94b63decd2502d57 (diff)
downloadvyos-build-aeb94b726fd238e507cbeb4f6bad3909574871c1.tar.gz
vyos-build-aeb94b726fd238e507cbeb4f6bad3909574871c1.zip
Merge pull request #877 from c-po/os-release-T7019
T7019: use VyOS release train in /etc/os-release codename over Debian release
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 4eb5dd16..11083706 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -107,7 +107,7 @@ with open('build/manifest.json', 'rb') as f:
manifest = json.load(f)
vyos_version = manifest['build_config']['version']
-vyos_codename = manifest['build_config']['debian_distribution']
+vyos_codename = manifest['build_config']['release_train']
class StreamToLogger(object):
"""