Commit Graph

9 Commits

Author SHA1 Message Date
Jonathan G Rennison
8baa3756b3 version_utils.sh: Fix locale-dependent sort order issues in read_source 2020-07-28 17:40:34 +01:00
Jonathan G Rennison
a26eabc180 version_utils.sh: Fix quoting in find_hasher 2020-07-28 17:29:35 +01:00
Jonathan G Rennison
dbdab67cda version_utils.sh: Fix getting current version 2020-07-12 12:59:24 +01:00
Jonathan G Rennison
f1a9d0d056 CMake: Fix .ottdrev-vc read and write 2020-06-28 21:57:02 +01:00
Jonathan G Rennison
5de3d907a0 version_utils.sh: Allow .ottdrev-vc to be dirty at release time 2019-04-03 23:57:24 +01:00
Jonathan G Rennison
99cbd64756 Fix version detection using .ottdrev-vc 2015-12-06 12:24:39 +00:00
Jonathan G Rennison
c833b9334b Check and commit changelog in version_utils.sh when creating release tag. 2015-10-17 10:42:06 +01:00
Jonathan G Rennison
3ad3f90f7a Update README.md in version_utils.sh 2015-09-15 00:59:27 +01:00
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.
2015-08-31 01:51:01 +01:00