X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=0347a4afd23fa25a50c0c229a20fbfab4284102b;hb=75c87a49459682857a9e994b194f47dd5760d442;hp=b7b3cae3ec2b707da4c6349d676286758ce0073a;hpb=31768be38e290b859d8266901d2301ac2bac058a;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index b7b3cae..0347a4a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.2 +RELEASE=3.4 # also update debian/changelog -KVMVER=2.1 -KVMPKGREL=5 +KVMVER=2.2 +KVMPKGREL=10 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -18,8 +18,9 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} - cd ${KVMDIR}; git checkout v2.1.0 + git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} + #git clone git://git.qemu-project.org/qemu.git ${KVMDIR} + cd ${KVMDIR}; git checkout v2.2.1 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC}