mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
buildpackages: do not requires the long tag version
So that v10.1.0 is used instead of 10.1.0-0-g35ac827 when possible. Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
5e145c1a2f
commit
b30655eeb6
@ -46,7 +46,7 @@ releasedir=$base/$(lsb_release -si)/WORKDIR
|
||||
# c) compares higher than any previous commit
|
||||
# d) contains the short hash of the commit
|
||||
#
|
||||
vers=$(git describe --long --match "v*" | sed s/^v//)
|
||||
vers=$(git describe --match "v*" | sed s/^v//)
|
||||
ceph_dir=$(pwd)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user