Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build-sys: Include the .version file in the distribution tarball | Colin Guthrie | 2010-12-05 | 1 | -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 Guthrie | 2010-12-04 | 1 | -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 strings | Lennart Poettering | 2009-06-23 | 1 | -1/+2 |
| | |||||
* | build-sys: drop compat with old git versions so that tarballs for -test1 ↵ | Lennart Poettering | 2009-06-23 | 1 | -12/+12 |
| | | | | style evrsions are properly created | ||||
* | build: generate git tarball using git describe | Marc-André Lureau | 2009-04-23 | 1 | -0/+152 |