X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=18a0bba37b51a076e783a09bf0eac71f925ff400;hb=68fc26a040c8b8890dcccbfb84782b3be708a07b;hp=a187daa8d6d74ed8a6bc4de46141358fe2647cf3;hpb=591b30f1eedae79aa0566057e2d48a37fe340408;p=pve-container.git diff --git a/Makefile b/Makefile index a187daa..18a0bba 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.2 - -VERSION=1.0 +VERSION=2.0 PACKAGE=pve-container -PKGREL=71 +PKGREL=1 GITVERSION:=$(shell cat .git/refs/heads/master) @@ -17,7 +15,8 @@ dinstall: ${DEB} dpkg -i ${DEB} .PHONY: deb -deb ${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