]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
include backup patches
[pve-qemu-kvm.git] / Makefile
index f4f443e172a5eecdad1cd61278936a5c3560e07c..d80c693f8a5453d20078b61fd1e875bdcf35e7aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.1
+RELEASE=2.2
 
 # also update debian/changelog
-KVMVER=1.1
-KVMPKGREL=4
+KVMVER=1.3
+KVMPKGREL=3
 
 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}