]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
update sources to v1.0
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 06:00:54 +0000 (08:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 06:00:54 +0000 (08:00 +0200)
Makefile
debian/changelog
sheepdog-0.9.3.tar.gz [deleted file]
sheepdog-1.0.0.tar.gz [new file with mode: 0644]

index 4a4a28da3154a80886781480a20e55f810944811..9b82e61237cfb5d0a04a58c5917691038f39bd6f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=4.1
+RELEASE=4.2
 
 PACKAGE=pve-sheepdog
 PKGREL=1
 
 PACKAGE=pve-sheepdog
 PKGREL=1
-SDVER=0.9.3
+SDVER=1.0.0
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -26,8 +26,7 @@ ${DEB} deb: ${SDSRC}
 .PHONY: download
 ${SDSRC} download:
        rm -rf ${SDDIR} sheepdog.git
 .PHONY: download
 ${SDSRC} download:
        rm -rf ${SDDIR} sheepdog.git
-       git clone git://github.com/sheepdog/sheepdog.git -b stable-0.9 sheepdog.git
-       cd sheepdog.git; git checkout -b local v${SDVER}
+       git clone git://github.com/sheepdog/sheepdog.git -b v1.0 sheepdog.git
        rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR}
        tar czf ${SDSRC}.tmp  ${SDDIR}
        rm -rf ${SDDIR}
        rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR}
        tar czf ${SDSRC}.tmp  ${SDDIR}
        rm -rf ${SDDIR}
index b59e5b9b4208dff0861950900caa3f8f86e5e60f..06c9502ff22d2efff12d4565c2da1390381e7628 100644 (file)
@@ -1,3 +1,9 @@
+pve-sheepdog (1.0.0-1) unstable; urgency=medium
+
+  * update to v1.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Sep 2016 07:18:55 +0200
+
 pve-sheepdog (0.9.3-1) unstable; urgency=medium
 
   * bump to 0.9.3
 pve-sheepdog (0.9.3-1) unstable; urgency=medium
 
   * bump to 0.9.3
diff --git a/sheepdog-0.9.3.tar.gz b/sheepdog-0.9.3.tar.gz
deleted file mode 100644 (file)
index f27b1f5..0000000
Binary files a/sheepdog-0.9.3.tar.gz and /dev/null differ
diff --git a/sheepdog-1.0.0.tar.gz b/sheepdog-1.0.0.tar.gz
new file mode 100644 (file)
index 0000000..b38e9e8
Binary files /dev/null and b/sheepdog-1.0.0.tar.gz differ