X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=08aae3d78cf677a9262b5d20bba728f7ec1373dc;hb=d73693fe951d16e98ece90637c9b47dc14e577f7;hp=6a95921a345461e78e93329d40960d060dee1a55;hpb=2446c95bd4aaeba2d4a30db95e3a0df976410dc9;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 6a95921..08aae3d 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=2.1 +RELEASE=2.2 # also update debian/changelog -KVMVER=1.2 -KVMPKGREL=4 +KVMVER=1.3 +KVMPKGREL=1 KVMPACKAGE=pve-qemu-kvm KVMDIR=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}