]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
bump version to 2.0-9
[pve-http-server.git] / Makefile
index e4807f24b467b20b8e67745f0ced8284ce9fed44..6f7de985d519bccf1ad4e8aab959386bcad2cf5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-http-server-perl
-PKGVER=1.0
-PKGREL=4
+PKGVER=2.0
+PKGREL=9
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -75,13 +75,13 @@ install: ${BTDATA}
 
 .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,pmg --dist stretch
 
 distclean: clean
        rm -f examples/simple-demo.pem
 
 clean:
-       rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck
+       rm -rf ./build *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall