]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
bump to 0.6.2
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 6 Sep 2013 06:33:33 +0000 (08:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 6 Sep 2013 08:50:54 +0000 (10:50 +0200)
(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 <aderumier@odiso.com>
Makefile
debian/changelog

index b8613f2bb1863f1d2176f157ae38582fdfdcbb78..e332926516bc4fb1d2af0703ab9a968b65f6d2d0 100644 (file)
--- 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}
index d27da123d572914d226036e2c32c07bbdacce68e..6c9abbac07d7779428c6fbb6518ac059d721f3d1 100644 (file)
@@ -1,3 +1,9 @@
+pve-sheepdog (0.6.2-1) unstable; urgency=low
+
+  * Bump to sheepdog 0.6.2
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 4 Sep 2013 11:20:17 +0200
+
 pve-sheepdog (0.6.0-3) unstable; urgency=low
 
   * Include updates from stable branch