]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
bump version to 2.0-2
[pve-container.git] / Makefile
index f0c21522a428ca36e3721d9cfe7f0e2e3a379e73..8cfd7a893f2317011594faebaf174dc9e98d5352 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=1.0
+VERSION=2.0
 PACKAGE=pve-container
-PKGREL=88
+PKGREL=2
 
 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 repoman@repo.proxmox.com -- upload --product pve --dist stretch