Attention is currently required from: Thomas Heijligen.
Hello build bot (Jenkins), Edward O'Callaghan,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/72657
to look at the new patch set (#3).
Change subject: meson make: use VERSION file ......................................................................
meson make: use VERSION file
To create a distribution package with meson you run `meson dist -C <your_build_dir>` This will collect all git tracked files and pack them into an archive. There is no way to collect version information for that.
So now the base version stands in the VERSION file. To relase a flashrom version you change that file and tag the changing commit.
When building from git the git version is embedded in the flashrom binary. E.g.: flashrom 1.4.0-devel (git:v1.2-1172-g7f186838) on Linux 6.1.3 (x86_64)
Change-Id: Idc17eadb397b3c579bddfbf9ae6bf1b171f5dfb7 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M Makefile A VERSION M meson.build D util/getrevision.sh D util/getversion.sh 5 files changed, 41 insertions(+), 320 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/57/72657/3