]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
rbd: add an asynchronous flush
[pve-qemu-kvm.git] / Makefile
index 6aea33784541b044af0f4834ed373025c7b3b85f..1ec9d545141f4af6ec7a362fa2c5f171ebf49c03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.0
+RELEASE=3.0
 
 # also update debian/changelog
-KVMVER=1.0
-KVMPKGREL=7
+KVMVER=1.4
+KVMPKGREL=11
 
 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 ${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}