1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 400833f16b

This commit is contained in:
CoreOS Bot
2022-03-07 16:28:24 +00:00
parent 57ec13b3a5
commit fbefa86c9f
9 changed files with 48 additions and 13 deletions

View File

@@ -166,7 +166,7 @@ def get_stream():
'''Get the current stream name.'''
with open(os.path.join(basedir, 'manifest.yaml')) as fh:
manifest = yaml.safe_load(fh)
return manifest['add-commit-metadata']['fedora-coreos.stream']
return manifest['variables']['stream']
@functools.cache