X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=bb745f9489fce8e5c31c3bf1423fd8f3ff0056c9;hb=a9f9fcfca3cd385975c34c399c53c53c2d779038;hp=8c1b6705f4129472c187aef8192f1a5c758e5d8d;hpb=b07193f7bf1f286be06bcc0c8e7cfde2c1e627e2;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 8c1b670..bb745f9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=3.3 # also update debian/changelog -KVMVER=2.1 -KVMPKGREL=10 +KVMVER=2.2 +KVMPKGREL=2 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 stable-2.1 ${KVMDIR} - cd ${KVMDIR}; git checkout v2.1.2 + #git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} + git clone git://git.qemu-project.org/qemu.git ${KVMDIR} + #cd ${KVMDIR}; git checkout v2.2.0-rc3 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC}