Commit Graph

10 Commits (jgrpp)

Author SHA1 Message Date
Jonathan G Rennison a4c51149bd Version: Exclude cmake directory from non-git version hash 3 months ago
Jonathan G Rennison 8baa3756b3 version_utils.sh: Fix locale-dependent sort order issues in read_source 4 years ago
Jonathan G Rennison a26eabc180 version_utils.sh: Fix quoting in find_hasher 4 years ago
Jonathan G Rennison dbdab67cda version_utils.sh: Fix getting current version 4 years ago
Jonathan G Rennison f1a9d0d056 CMake: Fix .ottdrev-vc read and write 4 years ago
Jonathan G Rennison 5de3d907a0 version_utils.sh: Allow .ottdrev-vc to be dirty at release time 5 years ago
Jonathan G Rennison 99cbd64756 Fix version detection using .ottdrev-vc 9 years ago
Jonathan G Rennison c833b9334b Check and commit changelog in version_utils.sh when creating release tag. 9 years ago
Jonathan G Rennison 3ad3f90f7a Update README.md in version_utils.sh 9 years ago
Jonathan G Rennison 1b8166b198 Enable embedding versioning info into the repo
Add a script to write a .ottdrev style file: .ottdrev-vc, which also
includes a SHA-256 hash of the source tree.
Modify findversion.sh to use this file if no VCS info can be found,
and use the source tree hash to set the modified status.
Include leading digits of hash in version string if different,
this is to make it easier to distinguish between modified or
non-release versions.
Add function to create release tag and create/commit .ottdrev-vc
in one go.
9 years ago