summaryrefslogtreecommitdiffstats
path: root/git-version-gen
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: Include the .version file in the distribution tarballColin Guthrie2010-12-051-0/+1
| | | | | | | | | | | As per the comments in git-version-gen, the .version file that is typically generated automatically during build should be included in the tarball, so generate it in the dist-hook. This fixes a problem when running make distcheck which uses a read-only source folder and thus cannot generate the $top_srcdir/.version as part of it's build process (it uses a _build folder which is r/w) and thus cannot be built.
* build-sys: Add some smarts to version extraction from git tags.Colin Guthrie2010-12-041-7/+15
| | | | | | | | | | | | | | When we are dealing with a tag against a commit with other tags applied, then favour the first tag, not the last one. This allows us to tag a release as e.g. v1.0, v1.1-dev and v2.0-dev and get a version of 1.0 rather than the newer tags. This also removes support for git versions that do not accept the --match argument as we also now make use of the --contains arg which was added at the same time (I think) Additionally, the v variable is reset just incase it is already exported in the shell for some reason.
* build-sys: teacch git versioning script to not kill - in version stringsLennart Poettering2009-06-231-1/+2
|
* build-sys: drop compat with old git versions so that tarballs for -test1 ↵Lennart Poettering2009-06-231-12/+12
| | | | style evrsions are properly created
* build: generate git tarball using git describeMarc-André Lureau2009-04-231-0/+152