pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git-package.mk: Try to fix fetching from tags



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Dec 11 01:34:43 2015 +0100
Changeset:	da184cafe8ab53267eb6fc099005167dd8f522b6

Modified Files:
	mk/git-package.mk

Log Message:
git-package.mk: Try to fix fetching from tags

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da184cafe8ab53267eb6fc099005167dd8f522b6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mk/git-package.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index 3962d8c..d26139c 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -65,7 +65,7 @@ USE_TOOLS+=		date pax
 
 _GIT_CMD=		git
 _GIT_ENV=		${GIT_ENV}
-_GIT_FETCH_FLAGS=	--quiet --depth 1 --recurse-submodules=yes
+_GIT_FETCH_FLAGS=	--quiet --depth 1 --recurse-submodules=yes --tags
 _GIT_CLONE_FLAGS=	--quiet --depth 1 --recursive
 _GIT_CHECKOUT_FLAGS=	--quiet
 _GIT_PKGVERSION_CMD=	${DATE} -u +'%Y.%m.%d'


Home | Main Index | Thread Index | Old Index