]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Makefile: improve version detection 1177/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 12 Dec 2016 21:20:47 +0000 (14:20 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 12 Dec 2016 21:22:29 +0000 (14:22 -0700)
commit20e7bad9842a07655cd7c37a4944a648e527cabf
treeaef2105e5a8617c7e9c8ba8b3976b72d2fc54281
parentcda441595b9ae611b7331551e3fb3ef93efdfddd
Makefile: improve version detection

Prior to this change, if there was a stray tag in the repository that
did not start with a "v", the Makefile would still try to use that tag
as a version tag when constructing the RPMs.

Only use the tags that start with "v", in this case.
Makefile