From 35036bd24ed2bcb49b5dc405606e1c9999713553 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 15 May 2013 14:24:52 +0000 Subject: [PATCH] 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 --- packaging/win32/build_tags_git.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/win32/build_tags_git.sh b/packaging/win32/build_tags_git.sh index 1c0aac5390..8e6fcedbc5 100644 --- a/packaging/win32/build_tags_git.sh +++ b/packaging/win32/build_tags_git.sh @@ -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