X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=d80c693f8a5453d20078b61fd1e875bdcf35e7aa;hb=5ad5891c8eb5ea3870e53021be22072d6a7a6c75;hp=2c43c227f63f970a1b1ca6b1d2fe568bde3a18cd;hpb=49bf493852b9de782e006e3c21ec4ace114b196f;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 2c43c22..d80c693 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=2.1 +RELEASE=2.2 # also update debian/changelog -KVMVER=1.2 +KVMVER=1.3 KVMPKGREL=3 KVMPACKAGE=pve-qemu-kvm @@ -17,8 +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 master ${KVMDIR} - #git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git -b stable-1.1 ${KVMDIR} + 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}