]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
bump version to 2.0-2
[pve-container.git] / Makefile
index 6728fc238c78dcfee098d06e2de26fd3d05bb98b..8cfd7a893f2317011594faebaf174dc9e98d5352 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
-RELEASE=4.2
-
-VERSION=1.0
+VERSION=2.0
 PACKAGE=pve-container
-PKGREL=70
+PKGREL=2
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -16,8 +14,9 @@ all: ${DEB}
 dinstall: ${DEB}
        dpkg -i ${DEB}
 
-.PHONY: deb ${DEB}
-deb ${DEB}:
+.PHONY: deb
+deb: ${DEB}
+${DEB}:
        rm -rf build
        mkdir build
        rsync -a src/ build
@@ -37,4 +36,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch