X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=64be6d5997f966486bf31ebbfd76bfe4be344fcb;hb=e8b22494e9f2b7d5afd663f91b1574a097c66bf0;hp=9e136918af552d48514fe104efebe9ce57668c7d;hpb=c94e2b767e9be0bba237aac62235c000406b8505;p=pve-container.git diff --git a/Makefile b/Makefile index 9e13691..64be6d5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -VERSION=1.0 +VERSION=2.0 PACKAGE=pve-container -PKGREL=89 +PKGREL=6 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