Skip to content

Commit f797549

Browse files
committed
Removed commit sha from rpm/deb name
1 parent dbf9c54 commit f797549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Origin: https://github.com/innogames/graphite-ch-optimizer/blob/master/Makefile
22
# MIT License
33
NAME = clickhouse-backup
4-
VERSION = $(shell git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/c\1/;s/-/./g')
4+
VERSION = $(shell git describe --always --tags --abbrev=0 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/c\1/;s/-/./g')
55
GIT_COMMIT = $(shell git rev-parse HEAD)
66
DATE = $(shell date +%F)
77
VENDOR = "Alexander Akulov <alexakulov86@gmail.com>"

0 commit comments

Comments
 (0)