]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
PVE::LXC::Migrate - add missing "use PVE::LXC::Config;"
[pve-container.git] / Makefile
index cbc585aece8bd86be2b1ecad1231bb4710ed4052..6dcb24ebe6551c7ac0f4db579f77f0e391855b3d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=1.0
+VERSION=2.0
 PACKAGE=pve-container
-PKGREL=82
+PKGREL=11
 
 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
@@ -27,7 +28,7 @@ deb ${DEB}:
 .PHONY: clean
 clean:
        make -C src clean
-       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes 
+       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean
@@ -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