Skip to content

Commit

Permalink
Merge pull request #879 from jestabro/manifest-version-field
Browse files Browse the repository at this point in the history
testsuite: T7031: add version to manifest if not explicitly set
  • Loading branch information
dmbaturin authored Jan 9, 2025
2 parents 7d71873 + 1e4bcf0 commit d4b21f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
version = "999.{0}".format(build_timestamp)

build_config['version'] = version

version_data = {
'version': version,
'flavor': build_config["build_flavor"],
Expand Down

0 comments on commit d4b21f3

Please sign in to comment.