]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to latest version from git
[pve-qemu-kvm.git] / Makefile
index 238241dc801379ff6086b303568514778cf08ef0..08aae3d78cf677a9262b5d20bba728f7ec1373dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.0
+RELEASE=2.2
 
 # also update debian/changelog
-KVMVER=1.0
-KVMPKGREL=9
+KVMVER=1.3
+KVMPKGREL=1
 
 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}