]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
cluster join: ensure updatecerts gets called on quorate cluster
[pve-cluster.git] / Makefile
index 1bac5df60306445b1c83a3dd810652f07225dbd9..d23f03cf2df260bdb7f1c1e4d343968972082d79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 PACKAGE=pve-cluster
 PKGVER=5.0
-PKGREL=19
+PKGREL=21
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_${ARCH}.deb
 DBG_DEB=${PACKAGE}-dbgsym_${PKGVER}-${PKGREL}_${ARCH}.deb