X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=9b82e61237cfb5d0a04a58c5917691038f39bd6f;hb=18eae05ccdd73325a8ba3faabce409d1bbaf859d;hp=314ecbf6f692a4cba1a8f2a15b32139ff3acf628;hpb=b83354720f2b47ddaed433eadce133fa597cbef2;p=pve-sheepdog.git diff --git a/Makefile b/Makefile index 314ecbf..9b82e61 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.1 +RELEASE=4.2 PACKAGE=pve-sheepdog PKGREL=1 -SDVER=0.6.3 +SDVER=1.0.0 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 - git clone git://github.com/sheepdog/sheepdog.git 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}