]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update backup patches to v5
[pve-qemu-kvm.git] / Makefile
index ec8c8c3ee61ba08a0e7bb0f395538ecc97ba1716..39772df1c8c732b66c6a7711e16eed5fc84df8f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.1
+RELEASE=2.3
 
 # also update debian/changelog
-KVMVER=1.1
-KVMPKGREL=5
+KVMVER=1.4
+KVMPKGREL=4
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -17,9 +17,8 @@ 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} 
+       cd ${KVMDIR}; git checkout -b local v1.4.0
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}