]> git.proxmox.com Git - pve-container.git/blob - Makefile
Remove obsolete read from storage.cfg in vm_start api call
[pve-container.git] / Makefile
1 VERSION=2.0
2 PACKAGE=pve-container
3 PKGREL=19
4
5 GITVERSION:=$(shell git rev-parse HEAD)
6
7 ARCH:=all
8
9 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
10
11 all: ${DEB}
12
13 .PHONY: dinstall
14 dinstall: ${DEB}
15 dpkg -i ${DEB}
16
17 .PHONY: deb
18 deb: ${DEB}
19 ${DEB}:
20 rm -rf build
21 mkdir build
22 rsync -a src/ build
23 rsync -a debian/ build/debian
24 echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
25 cd build; dpkg-buildpackage -b -us -uc
26 lintian ${DEB}
27
28 .PHONY: clean
29 clean:
30 make -C src clean
31 rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
32 find . -name '*~' -exec rm {} ';'
33
34 .PHONY: distclean
35 distclean: clean
36
37 .PHONY: upload
38 upload: ${DEB}
39 tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch