mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
This patch affects the various artiact file names in release tarballs. The files /etc/os-release and /etc/version in the image use the actual GIT commit (git describe), as per post-build.sh Guiding principle: artifacts without release suffix are development or "nightly" builds. Artifacts *with* release suffix are released ones. This drops the $GITVER from .img files for consistency with the other artifacts, e.g. .gns3a and .pkg. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>