]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
update sources to release v1.0.2_rc0
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 05:58:40 +0000 (06:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 06:05:16 +0000 (07:05 +0100)
Makefile
debian/changelog
sheepdog-1.0.0.tar.gz [deleted file]
sheepdog-1.0.2.tar.gz [new file with mode: 0644]

index c61fa38565044602d18dc0f248d8b0caf2b15bc6..8a809f33bbd560cf32efa9c2060ff4b00f793dcc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pve-sheepdog
 PKGREL=1
-SDVER=1.0.0
+SDVER=1.0.2
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -24,7 +24,7 @@ ${DEB} deb: ${SDSRC}
 .PHONY: download
 ${SDSRC} download:
        rm -rf ${SDDIR} sheepdog.git
-       git clone git://github.com/sheepdog/sheepdog.git -b v1.0 sheepdog.git
+       git clone git://github.com/sheepdog/sheepdog.git -b v1.0.2_rc0 sheepdog.git
        cd sheepdog.git; git archive --format=tar.gz -o ../${SDSRC}.tmp v1.0 --prefix=${SDDIR}/
        mv ${SDSRC}.tmp ${SDSRC}
 
@@ -38,7 +38,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf *~ debian/*~ *.deb *.changes *.dsc ${SDDIR} ${SDSRC}.tmp
+       rm -rf *~ debian/*~ *.deb *.changes *.buildinfo *.dsc ${SDDIR} ${SDSRC}.tmp
 
 .PHONY: dinstall
 dinstall: ${DEB}
index 06c9502ff22d2efff12d4565c2da1390381e7628..5280f5956cef3c37480fb74773486b7513bb1c3f 100644 (file)
@@ -1,6 +1,6 @@
-pve-sheepdog (1.0.0-1) unstable; urgency=medium
+pve-sheepdog (1.0.2-1) unstable; urgency=medium
 
-  * update to v1.0
+  * update to v1.0.2_rc0
 
  -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Sep 2016 07:18:55 +0200
 
diff --git a/sheepdog-1.0.0.tar.gz b/sheepdog-1.0.0.tar.gz
deleted file mode 100644 (file)
index b38e9e8..0000000
Binary files a/sheepdog-1.0.0.tar.gz and /dev/null differ
diff --git a/sheepdog-1.0.2.tar.gz b/sheepdog-1.0.2.tar.gz
new file mode 100644 (file)
index 0000000..f7f286f
Binary files /dev/null and b/sheepdog-1.0.2.tar.gz differ