(a 0.7 branch exist, but according to sheepdog devs, they will follow qemu releases each 3 month)
sheepdog 0.7 - qemu 1.6 sheepdog 0.8 - qemu 1.7 Signed-off-by: Alexandre Derumier <[email protected]> --- Makefile | 10 +++++----- debian/changelog | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b8613f2..e332926 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ RELEASE=3.0 PACKAGE=pve-sheepdog -PKGREL=3 -SDVER=0.6.0 -BRANCH=stable-0.6 +PKGREL=1 +SDVER=0.6.2 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -27,8 +26,9 @@ ${DEB} deb: ${SDSRC} .PHONY: download ${SDSRC} download: rm -rf ${SDDIR} sheepdog.git - git clone git://github.com/collie/sheepdog.git sheepdog.git -b ${BRANCH} - rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR} + git clone git://github.com/sheepdog/sheepdog.git sheepdog.git + cd sheepdog.git; git checkout -b local v${SDVER} + rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR} tar czf ${SDSRC}.tmp ${SDDIR} rm -rf ${SDDIR} mv ${SDSRC}.tmp ${SDSRC} diff --git a/debian/changelog b/debian/changelog index d27da12..6c9abba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-sheepdog (0.6.2-1) unstable; urgency=low + + * Bump to sheepdog 0.6.2 + + -- Proxmox Support Team <[email protected]> Fri, 4 Sep 2013 11:20:17 +0200 + pve-sheepdog (0.6.0-3) unstable; urgency=low * Include updates from stable branch -- 1.7.10.4 _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
