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