]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
add u2f configuration to datacenter.cfg
[pve-cluster.git] / Makefile
index 9b75e81bfdbfaaf8588abbb5bbc3220369090970..c6382e5944c674a99a08809cd8502cccdc0341ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
 PACKAGE=pve-cluster
 PKGVER=5.0
-PKGREL=15
+PKGREL=34
 
 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}-dbg_${PKGVER}-${PKGREL}_${ARCH}.deb
+DBG_DEB=${PACKAGE}-dbgsym_${PKGVER}-${PKGREL}_${ARCH}.deb
 
 PERL_APIVER := `perl -MConfig -e 'print $$Config{debian_abi}//$$Config{version};'`
 
@@ -34,7 +34,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
 
 .PHONY: clean
 clean: