]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Use 'git describe' for working builds
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Mar 2013 21:46:11 +0000 (14:46 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Mar 2013 21:52:01 +0000 (14:52 -0700)
commitf6fb7651a0d05b357dc179cc4853263ce15da6ed
tree7777405089f73437ec3e5790b63620ff67b6e2d5
parent09fb1ec48a38ad3ade722a1ad39f9ac73ea2b308
Use 'git describe' for working builds

When building from an arbitrary commit in the git tree it's useful
for the resulting packages to be uniquely identifiable.  Therefore,
the build system has been updated to detect if your compiling in
git tree.

If you are building in a git tree, and there are commits after the
last annotated tag.  Then the <id>-<hash> component of 'git describe'
will be used to overwrite the 'Release:' field in the META file.

The only tricky part is that to ensure the 'make dist' tarball is
built using the correct release.  A dist-hook was added to the top
level make file to rewrite the META file using the correct release.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Makefile.am
config/zfs-meta.m4