]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
pct: improve error message output of die
[pve-container.git] / Makefile
index 5a0a1e1ef7cce2258bec51a1ac4d470eeb5353bb..40b3ff140ebd0d271a71b0e37b9bb15d3339e73f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=1.0
+VERSION=2.0
 PACKAGE=pve-container
-PKGREL=81
+PKGREL=4
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -15,7 +15,8 @@ dinstall: ${DEB}
        dpkg -i ${DEB}
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        mkdir build
        rsync -a src/ build
@@ -35,4 +36,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch