mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Testsuite: T7031: add version to manifest if not explicitly set
This commit is contained in:
parent
7d71873472
commit
1e4bcf0428
@ -438,6 +438,8 @@ if __name__ == "__main__":
|
|||||||
print("W: Could not build a version string specific to git branch, falling back to default: {0}".format(str(e)))
|
print("W: Could not build a version string specific to git branch, falling back to default: {0}".format(str(e)))
|
||||||
version = "999.{0}".format(build_timestamp)
|
version = "999.{0}".format(build_timestamp)
|
||||||
|
|
||||||
|
build_config['version'] = version
|
||||||
|
|
||||||
version_data = {
|
version_data = {
|
||||||
'version': version,
|
'version': version,
|
||||||
'flavor': build_config["build_flavor"],
|
'flavor': build_config["build_flavor"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user