X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=7bf7eea4827c6990b92453293af612894b61e950;hb=876a4af07d924ed34bf33a05dac8653352f5dea9;hp=c65b509fea0e47ffe182e91a6c6b08b1eb171688;hpb=5e236073d2f1aa255c84dfdec05b18b72147247f;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index c65b509..7bf7eea 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.2 # also update debian/changelog KVMVER=2.1 -KVMPKGREL=4 +KVMPKGREL=6 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -18,8 +18,8 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} - cd ${KVMDIR}; git checkout v2.1.0 + git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} + cd ${KVMDIR}; git checkout v2.1.1 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC}