X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=ff34bbbd3f35e41eaee85a4eceb743bdb0f70a41;hb=7ac75a8c2d77737cf0e1d89c39edfdf7a2b3f21a;hp=ec8c8c3ee61ba08a0e7bb0f395538ecc97ba1716;hpb=8691ed5a0947a9da59a02440206df3344ddfc2b7;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index ec8c8c3..ff34bbb 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=2.1 +RELEASE=2.2 # also update debian/changelog -KVMVER=1.1 -KVMPKGREL=5 +KVMVER=1.3 +KVMPKGREL=2 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -17,9 +17,7 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git -b stable-1.1 ${KVMDIR} - # fixme checkout correct version - # cd ${KVMDIR}; git checkout -b local qemu-kvm-${KVMVER} + git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC}