Win32 git: fetch potentially new tags before running the tags build

Apparently tags are not copied over automatically using git pull.
This may be a side effect of our main repo still being svn, I'm not sure.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22981 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-05-15 14:24:52 +00:00
parent 4adde2459b
commit 35036bd24e

View File

@ -39,6 +39,7 @@ $GIT_CMD pull
################################################################
# determine if there are any new tags since the last time we ran
#
$GIT_CMD fetch -t
# If we don't have a tagfile then start from 'now'
tagfile=tags_git