]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update sources to v2.1.1
[pve-qemu-kvm.git] / Makefile
index 25010f6904b2bb854bb27e2a950975769572f3b8..7bf7eea4827c6990b92453293af612894b61e950 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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}