]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
buildsys: remove autogenerated files
[pve-cluster.git] / Makefile
index 5adb5b30f805747daef0d06f028eebb7e6bd568d..2d15ecbe3d7d88d699173e993501359f9ba4fd6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pve-cluster
 PKGVER=4.0
-PKGREL=48
+PKGREL=53
 
 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: