X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=8ef90b7b9e3b52c3b48796e3740a66e9bfbd55e8;hb=97b0be3808fbb33d72f736dd77bb7b31910c362f;hp=166c3eba39481287f3b371550326b95f66698863;hpb=4aae80d4f88c9558eae865b9b999bc613d464d25;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 166c3eb..8ef90b7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.3 +RELEASE=3.4 # also update debian/changelog KVMVER=2.2 -KVMPKGREL=3 +KVMPKGREL=26 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -18,9 +18,9 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - #git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} - git clone git://git.qemu-project.org/qemu.git ${KVMDIR} - #cd ${KVMDIR}; git checkout v2.2.0-rc5 + git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} + #git clone git://git.qemu-project.org/qemu.git ${KVMDIR} + cd ${KVMDIR}; git checkout v2.2.1 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC} @@ -33,13 +33,7 @@ ${KVM_DEB} kvm: ${KVMSRC} .PHONY: upload upload: ${KVM_DEB} ${KVMDIR}-src.tar.gz - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -rf /pve/${RELEASE}/extra/Packages* - rm -rf /pve/${RELEASE}/extra/${KVMPACKAGE}_*.deb - cp ${KVM_DEB} /pve/${RELEASE}/extra - cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro + tar -cf - ${KVM_DEB} | ssh repoman@repo.proxmox.com upload --dist wheezy .PHONY: distclean distclean: clean