]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
fix #1486 pmxcfs spelling mistake
[pve-cluster.git] / Makefile
index 5adb5b30f805747daef0d06f028eebb7e6bd568d..56b535be22991a0b18f9b561f8d675ac788fb6a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pve-cluster
 PKGVER=4.0
-PKGREL=48
+PKGREL=52
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -35,7 +35,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie --arch ${ARCH}
 
 .PHONY: clean
 clean: